From 0b4612c696ea7539358d8b9f06d5c8cb97184e65 Mon Sep 17 00:00:00 2001 From: Jonathan la Cour Date: Sun, 23 Jul 2017 15:59:08 -0600 Subject: [PATCH] Correct focus color style for flexpane icon buttons --- scss/modules/header/_base.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scss/modules/header/_base.scss b/scss/modules/header/_base.scss index ca7f16ba..7568cd97 100644 --- a/scss/modules/header/_base.scss +++ b/scss/modules/header/_base.scss @@ -112,9 +112,11 @@ #details_toggle, #recent_mentions_toggle, +#sli_recap_toggle, #stars_toggle { &.active { background: $color-shade-dark; + color: $base-font-color; &:hover { background: $color-shade-light;