From d034258e01fe6450c3eb1d36a85720a967d9730b Mon Sep 17 00:00:00 2001 From: Ebrahem Farooqui Date: Tue, 27 Oct 2020 12:36:37 -0700 Subject: [PATCH] Update toolbar.scss removing hover and default active color for name of filter in panel --- src/scss/toolbar.scss | 9 --------- 1 file changed, 9 deletions(-) diff --git a/src/scss/toolbar.scss b/src/scss/toolbar.scss index 615c04e..6e5ef5d 100644 --- a/src/scss/toolbar.scss +++ b/src/scss/toolbar.scss @@ -419,16 +419,7 @@ overflow: hidden; } - &:hover { - span { - color: $offwhite; - } - } - &.active { - span { - color: $offwhite; - } .checkbox { background: $offwhite; }