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 @@