diff --git a/awx/ui/client/lib/components/list/_index.less b/awx/ui/client/lib/components/list/_index.less index 7ee0f52780..d01b4e48fe 100644 --- a/awx/ui/client/lib/components/list/_index.less +++ b/awx/ui/client/lib/components/list/_index.less @@ -99,6 +99,10 @@ .at-List-container { border: @at-border-default-width solid @at-color-list-border; border-radius: @at-border-radius; + + & > div:last-of-type { + border-bottom-left-radius:@at-border-radius; + } } // Remove top left and right rounded corners of a list if there is a toolbar above it @@ -107,6 +111,12 @@ border-top-right-radius: 0; } +.at-List-toolbar--attached + .at-List > .at-List-container{ + .at-Row--active { + border-top-left-radius: 0; + } +} + .at-List-toolbar--attached + .at-List { margin-top: 0; }