From 5778c9cf059e0d3365263eed1c6df2c13d2aa6cc Mon Sep 17 00:00:00 2001 From: mabashian Date: Wed, 30 Jan 2019 10:35:01 -0500 Subject: [PATCH] Removes commented styles, use defined color variable in lockup --- src/components/SelectedList/styles.scss | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/components/SelectedList/styles.scss b/src/components/SelectedList/styles.scss index 2a7c143300..dbf385d251 100644 --- a/src/components/SelectedList/styles.scss +++ b/src/components/SelectedList/styles.scss @@ -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); - // } } \ No newline at end of file