From d6903edac7069e23afd6743cacc10de884d8fa48 Mon Sep 17 00:00:00 2001 From: sota1235 Date: Fri, 30 Dec 2016 17:50:40 +0900 Subject: [PATCH] modify: fix for black theme --- browser/main/NoteList/NoteItem.styl | 2 ++ browser/main/NoteList/NoteItemSimple.styl | 6 ++++++ 2 files changed, 8 insertions(+) diff --git a/browser/main/NoteList/NoteItem.styl b/browser/main/NoteList/NoteItem.styl index 8b7f953d..ad3ec91f 100644 --- a/browser/main/NoteList/NoteItem.styl +++ b/browser/main/NoteList/NoteItem.styl @@ -138,6 +138,8 @@ body[data-theme="dark"] @extend .item border-color $ui-dark-borderColor background-color $ui-active-color + .item-wrapper + border-color transparent .item-title color white .item-bottom-tagList-item diff --git a/browser/main/NoteList/NoteItemSimple.styl b/browser/main/NoteList/NoteItemSimple.styl index f86dd40f..29a2e76f 100644 --- a/browser/main/NoteList/NoteItemSimple.styl +++ b/browser/main/NoteList/NoteItemSimple.styl @@ -17,6 +17,8 @@ $control-height = 30px &:active background-color $ui-active-color color white + .item-simple-title + .item-simple-title-empty .item-simple-title-icon color white @@ -25,7 +27,9 @@ $control-height = 30px background-color $ui-active-color color white .item-simple-title + .item-simple-title-empty border-color transparent + color white .item-simple-title-icon color white &:hover @@ -68,7 +72,9 @@ body[data-theme="dark"] border-color $ui-dark-borderColor background-color $ui-active-color .item-simple-title + .item-simple-title-empty color white + border-color transparent &:hover background-color $ui-active-color