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