From 4e1b4bdd6a01e12ef40ace6fd4bd290325430dc7 Mon Sep 17 00:00:00 2001 From: sota1235 Date: Fri, 30 Dec 2016 17:44:57 +0900 Subject: [PATCH] fix: border design for note item list --- browser/main/NoteList/NoteItem.styl | 2 ++ browser/main/NoteList/NoteItemSimple.styl | 2 ++ 2 files changed, 4 insertions(+) diff --git a/browser/main/NoteList/NoteItem.styl b/browser/main/NoteList/NoteItem.styl index e099deb0..8b7f953d 100644 --- a/browser/main/NoteList/NoteItem.styl +++ b/browser/main/NoteList/NoteItem.styl @@ -44,6 +44,8 @@ $control-height = 30px .item-bottom-tagList-item background-color transparent color white + .item-wrapper + border-color transparent &:hover background-color $ui-active-color diff --git a/browser/main/NoteList/NoteItemSimple.styl b/browser/main/NoteList/NoteItemSimple.styl index ead8890d..f86dd40f 100644 --- a/browser/main/NoteList/NoteItemSimple.styl +++ b/browser/main/NoteList/NoteItemSimple.styl @@ -24,6 +24,8 @@ $control-height = 30px @extend .item-simple background-color $ui-active-color color white + .item-simple-title + border-color transparent .item-simple-title-icon color white &:hover