From 22bd92916bd942bd8e4dd4f40006ff7bcd358bec Mon Sep 17 00:00:00 2001 From: Kazu Yokomizo Date: Fri, 21 Apr 2017 14:24:22 +0900 Subject: [PATCH] modify: Fix the navtoggle-btn layout --- browser/main/NoteList/NoteList.styl | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/browser/main/NoteList/NoteList.styl b/browser/main/NoteList/NoteList.styl index 572a66c3..cc2be3d3 100644 --- a/browser/main/NoteList/NoteList.styl +++ b/browser/main/NoteList/NoteList.styl @@ -29,6 +29,9 @@ $control-height = 30px outline none cursor pointer font-size 10px + &:hover + transition 0.2s + color $ui-text-color .control-button width 25px @@ -64,7 +67,8 @@ body[data-theme="dark"] .control-sortBy-select &:hover - background-color white + transition 0.2s + color $ui-dark-text-color .control-button color $ui-dark-inactive-text-color