Removes commented styles, use defined color variable in lockup

This commit is contained in:
mabashian
2019-01-30 10:35:01 -05:00
parent 2579e30ca1
commit 5778c9cf05

View File

@@ -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);
// }
} }