diff --git a/browser/main/Detail/NoteDetailInfo.styl b/browser/main/Detail/NoteDetailInfo.styl index d023db53..c9ad711b 100644 --- a/browser/main/Detail/NoteDetailInfo.styl +++ b/browser/main/Detail/NoteDetailInfo.styl @@ -14,14 +14,12 @@ $info-height = 60px .info-left-button width 34px height 34px - border-radius 17px navButtonColor() - border $ui-border + color $ui-favorite-star-button-color font-size 14px margin 13px 2px padding 0 - &:active - border-color $ui-button--focus-borderColor + border-radius 17px &:hover .info-right-button-tooltip opacity 1 &:focus diff --git a/browser/main/Detail/StarButton.styl b/browser/main/Detail/StarButton.styl index 66580366..a857f1bf 100644 --- a/browser/main/Detail/StarButton.styl +++ b/browser/main/Detail/StarButton.styl @@ -9,9 +9,9 @@ .root--active @extend .root - color $brand-color + color $ui-favorite-star-button-color &:hover - color $brand-color !important + color $ui-favorite-star-button-color .icon transform rotate(-72deg)