From 39baadeb04262e18cebd8d8d1384f7b6a94951db Mon Sep 17 00:00:00 2001 From: Kazu Yokomizo Date: Fri, 14 Apr 2017 15:23:52 +0900 Subject: [PATCH] Fix hover/active layout at NoteItem --- browser/components/NoteItem.styl | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/browser/components/NoteItem.styl b/browser/components/NoteItem.styl index b4bbed23..a0e39b83 100644 --- a/browser/components/NoteItem.styl +++ b/browser/components/NoteItem.styl @@ -123,8 +123,20 @@ body[data-theme="dark"] background-color $ui-dark-noteList-backgroundColor &:active background-color $ui-dark-button--active-backgroundColor + .item-title + .item-title-icon + .item-bottom-time + .item-bottom-tagList-item + transition 0.15s + color $ui-dark-text-color &:hover background-color alpha($ui-dark-button--active-backgroundColor, 20%) + .item-title + .item-title-icon + .item-bottom-time + .item-bottom-tagList-item + transition 0.15s + color $ui-dark-text-color .item-wrapper border-color $ui-dark-borderColor @@ -135,9 +147,7 @@ body[data-theme="dark"] .item-wrapper border-color transparent .item-title - color $ui-dark-text-color .item-title-icon - color $ui-dark-text-color .item-bottom-time color $ui-dark-text-color .item-bottom-tagList-item