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