mirror of
https://github.com/ansible/awx.git
synced 2026-05-07 01:17:37 -02:30
Removes top left border radius on list item where the list has a tool bar
Removes redundant styling.
This commit is contained in:
@@ -99,6 +99,10 @@
|
|||||||
.at-List-container {
|
.at-List-container {
|
||||||
border: @at-border-default-width solid @at-color-list-border;
|
border: @at-border-default-width solid @at-color-list-border;
|
||||||
border-radius: @at-border-radius;
|
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
|
// 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;
|
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 {
|
.at-List-toolbar--attached + .at-List {
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user