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