diff --git a/awx/ui/client/legacy-styles/lists.less b/awx/ui/client/legacy-styles/lists.less index 96cb414a6b..7e36f610cc 100644 --- a/awx/ui/client/legacy-styles/lists.less +++ b/awx/ui/client/legacy-styles/lists.less @@ -11,7 +11,7 @@ table, tbody { - border-collapse: separate !important; + border-collapse: collapse; } .List-well { @@ -60,6 +60,15 @@ table, tbody { height: 40px; font-size: 14px; color: @list-item; + border-bottom: 1px solid #d7d7d7; +} + +.List-tableRow:last-of-type { + border-bottom: none; +} + +.List-tableRow:hover { + background-color: #f2f2f2; } .List-tableRow--selected, @@ -71,10 +80,6 @@ table, tbody { padding-left: 10px; } -.List-tableRow--evenRow { - background-color: @list-alt-item-bg; -} - .List-tableCell { padding-left: 15px; padding-right: 15px; diff --git a/awx/ui/client/src/home/dashboard/lists/job-templates/job-templates-list.partial.html b/awx/ui/client/src/home/dashboard/lists/job-templates/job-templates-list.partial.html index 20817d40e6..760f01a08d 100644 --- a/awx/ui/client/src/home/dashboard/lists/job-templates/job-templates-list.partial.html +++ b/awx/ui/client/src/home/dashboard/lists/job-templates/job-templates-list.partial.html @@ -21,8 +21,6 @@ diff --git a/awx/ui/client/src/home/dashboard/lists/jobs/jobs-list.partial.html b/awx/ui/client/src/home/dashboard/lists/jobs/jobs-list.partial.html index 725675377c..b2fe78689f 100644 --- a/awx/ui/client/src/home/dashboard/lists/jobs/jobs-list.partial.html +++ b/awx/ui/client/src/home/dashboard/lists/jobs/jobs-list.partial.html @@ -14,8 +14,6 @@ Time diff --git a/awx/ui/client/src/shared/form-generator.js b/awx/ui/client/src/shared/form-generator.js index 6267d16a32..6e6118c7f0 100644 --- a/awx/ui/client/src/shared/form-generator.js +++ b/awx/ui/client/src/shared/form-generator.js @@ -1928,8 +1928,6 @@ angular.module('FormGenerator', [GeneratorHelpers.name, 'Utilities', listGenerat html += "\n"; html += "\n"; if (collection.index === undefined || collection.index !== false) { html += "