From 2df12b689164b142a517702494166fa103c0da89 Mon Sep 17 00:00:00 2001 From: Kazu Yokomizo Date: Fri, 14 Apr 2017 15:28:27 +0900 Subject: [PATCH] Fix the hover layout at NoteNavFilter in white theme --- browser/styles/index.styl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/browser/styles/index.styl b/browser/styles/index.styl index 9e607269..3e6b7d7e 100644 --- a/browser/styles/index.styl +++ b/browser/styles/index.styl @@ -131,9 +131,10 @@ navButtonColor() &:hover background-color alpha($ui-button--active-backgroundColor, 20%) transition color background-color 0.15s + color $ui-text-color &:active, &:active:hover background-color $ui-button--active-backgroundColor - color black + color $ui-text-color transition color background-color 0.15s /** * # Modal Stuff