From ed5f3a62020950de582b739e10c5fd434a41c3a4 Mon Sep 17 00:00:00 2001 From: Dick Choi Date: Wed, 12 Oct 2016 21:38:07 +0900 Subject: [PATCH] update style of list style button --- browser/main/NoteList/NoteList.styl | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/browser/main/NoteList/NoteList.styl b/browser/main/NoteList/NoteList.styl index 0156ec94..9d9cb0a2 100644 --- a/browser/main/NoteList/NoteList.styl +++ b/browser/main/NoteList/NoteList.styl @@ -33,12 +33,15 @@ border none color $ui-inactive-text-color &:hover + color $ui-text-color .control-button-tooltip opacity 1 .control-button--active @extend .control-button color $ui-active-color + &:hover + color $ui-active-color .control-button-tooltip tooltip() @@ -202,3 +205,9 @@ body[data-theme="dark"] border-color $ui-dark-borderColor .control-sortBy-select color $ui-dark-text-color + + .control-button + color $ui-dark-inactive-text-color + &:hover + color $ui-dark-text-color +