diff --git a/browser/main/Detail/StarButton.styl b/browser/main/Detail/StarButton.styl index acd92035..655f9b30 100644 --- a/browser/main/Detail/StarButton.styl +++ b/browser/main/Detail/StarButton.styl @@ -7,6 +7,8 @@ border none padding 0 transition transform 0.15s + &:focus + color $ui-active-color &:hover color $ui-text-color transform rotate(-72deg) diff --git a/browser/main/Detail/TagSelect.styl b/browser/main/Detail/TagSelect.styl index 10e7285e..613d5072 100644 --- a/browser/main/Detail/TagSelect.styl +++ b/browser/main/Detail/TagSelect.styl @@ -1,13 +1,11 @@ .root position relative - line-height 40px user-select none .icon display inline-block width 30px - line-height 40px - vertical-align top + vertical-align middle text-align center color $ui-button-color @@ -47,7 +45,6 @@ height 20px line-height 20px padding 0 6px - color $ui-button-color .newTag display inline-block diff --git a/browser/main/NoteList/NoteList.styl b/browser/main/NoteList/NoteList.styl index 85dacef2..3cad990c 100644 --- a/browser/main/NoteList/NoteList.styl +++ b/browser/main/NoteList/NoteList.styl @@ -68,7 +68,6 @@ border-style solid border-color $ui-borderColor border-width 0 0 0 3px - color $ui-button-color background-color $ui-backgroundColor .item-tagList-empty