From 7a9c4951a2fa8ec561d503ea2b87e9e2c218230d Mon Sep 17 00:00:00 2001 From: Kazu Yokomizo Date: Fri, 7 Apr 2017 19:08:34 +0900 Subject: [PATCH] Fix the tag layout of white theme at NoteDetail --- browser/main/Detail/TagSelect.styl | 4 ++-- browser/styles/index.styl | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/browser/main/Detail/TagSelect.styl b/browser/main/Detail/TagSelect.styl index 37cd05ab..9802f20d 100644 --- a/browser/main/Detail/TagSelect.styl +++ b/browser/main/Detail/TagSelect.styl @@ -16,7 +16,7 @@ padding-left 10px vertical-align middle height 20px - background-color $ui-tag-backgroundColor + background-color alpha($ui-tag-backgroundColor, 10%) border-radius 20px overflow hidden clearfix() @@ -41,7 +41,7 @@ .tag-label font-size 11px font-weight 600 - color: #FFFFFF + color: alpha($ui-text-color, 80%) float left height 20px line-height 20px diff --git a/browser/styles/index.styl b/browser/styles/index.styl index 23e56b5d..55c63c9a 100644 --- a/browser/styles/index.styl +++ b/browser/styles/index.styl @@ -23,7 +23,7 @@ $ui-tag-backgroundColor = rgba(0, 0, 0, 0.3) // UI Button $ui-button-color = #939395 -$ui-button--hover-backgroundColor = rgba(126, 127, 129, 0.08) +$ui-button--hover-backgroundColor = #D4D4D4 $ui-button--active-color = white $ui-button--active-backgroundColor = #D4D4D4 $ui-button--focus-borderColor = lighten(#369DCD, 25%)