diff --git a/awx/ui/client/lib/components/list/_index.less b/awx/ui/client/lib/components/list/_index.less index 7b8c31b844..28357c46fb 100644 --- a/awx/ui/client/lib/components/list/_index.less +++ b/awx/ui/client/lib/components/list/_index.less @@ -71,25 +71,12 @@ .at-List-toolbar-item { padding: 2px 10px; border-left: 1px solid @at-color-list-border; - border-right: 1px solid @at-color-list-border; &:hover { cursor: pointer; background: @at-gray-f2; } - &:first-of-type { - border-right: none; - } - - &:last-of-type { - border: none; - } - - &:first-child { - border-left: 1px solid @at-color-list-border; - } - &.active { background: @at-blue; color: @at-white; @@ -98,12 +85,6 @@ .at-List-toolbarDropdown { border-top-right-radius: @at-border-radius; - padding: 2px 10px; - - &:hover { - cursor: pointer; - background: @at-gray-f2; - } &-toggle { background: none; diff --git a/awx/ui/client/lib/components/list/list-toolbar.partial.html b/awx/ui/client/lib/components/list/list-toolbar.partial.html index 0b29718652..0db249ccce 100644 --- a/awx/ui/client/lib/components/list/list-toolbar.partial.html +++ b/awx/ui/client/lib/components/list/list-toolbar.partial.html @@ -1,7 +1,7 @@
{{ vm.strings.get('toolbar.COMPACT') }}
{{ vm.strings.get('toolbar.EXPANDED') }}
-