mirror of
https://github.com/ansible/awx.git
synced 2026-01-14 03:10:42 -03:30
Removes commented styles, use defined color variable in lockup
This commit is contained in:
parent
2579e30ca1
commit
5778c9cf05
@ -17,7 +17,7 @@
|
||||
}
|
||||
.pf-l-split__item:not(:last-child):after {
|
||||
content: "";
|
||||
background-color: #d7d7d7;
|
||||
background-color: var(--awx-selectedList--BorderColor);
|
||||
width: 1px;
|
||||
height: 30px;
|
||||
display: block;
|
||||
@ -28,7 +28,4 @@
|
||||
margin-right: 10px;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
// .pf-c-button {
|
||||
// font-size: var(--awx-selectedList--FontSize);
|
||||
// }
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user