From 2285f40ef2909cc4f4f72d58f5946949c465d842 Mon Sep 17 00:00:00 2001 From: Alison Watson Date: Fri, 16 Aug 2019 05:11:57 -0400 Subject: [PATCH] fix visual inconsistencies from custom scss --- app/javascript/styles/custom.scss | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/app/javascript/styles/custom.scss b/app/javascript/styles/custom.scss index 56afeb1b7..2e96bd873 100644 --- a/app/javascript/styles/custom.scss +++ b/app/javascript/styles/custom.scss @@ -7,7 +7,7 @@ .text-icon-button { &.active { color: #ffffff; - background-color: #FF5500; + background-color: $ui-highlight-color; border-radius: 4px; } } @@ -15,7 +15,7 @@ .sensitive { &.inverted.active { color: #ffffff; - background-color: #FF5500; + background-color: $ui-highlight-color; border-radius: 4px; } } @@ -23,8 +23,6 @@ .status__collapse-button { &.active { color: #ffffff; - background-color: #FF5500; - border-radius: 4px; } }