mirror of
https://github.com/ansible/awx.git
synced 2026-05-19 23:07:42 -02:30
fixed styling of row indicator
This commit is contained in:
@@ -9,6 +9,11 @@
|
||||
|
||||
@import "src/shared/branding/colors.default.less";
|
||||
|
||||
|
||||
table, tbody {
|
||||
border-collapse: separate !important;
|
||||
}
|
||||
|
||||
.List-well {
|
||||
margin-top: 25px;
|
||||
}
|
||||
@@ -44,6 +49,15 @@
|
||||
color: @list-item;
|
||||
}
|
||||
|
||||
.List-tableRow--selected,
|
||||
.List-tableRow--selected > :first-child {
|
||||
border-left: 5px solid @list-row-select-bord;
|
||||
}
|
||||
|
||||
.List-tableRow--selected > :first-child {
|
||||
padding-left: 10px;
|
||||
}
|
||||
|
||||
.List-tableRow--evenRow {
|
||||
background-color: @list-alt-item-bg;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user