Skip to content

Commit b0fecc6

Browse files
committed
modify: fix style for dark theme
1 parent dd4236c commit b0fecc6

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

browser/main/NoteList/NoteList.styl

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,15 +188,21 @@ body[data-theme="dark"]
188188
border-color $ui-dark-borderColor
189189
background-color $ui-dark-noteList-backgroundColor
190190

191+
.control
192+
background-color $ui-dark-noteList-backgroundColor
193+
191194
.item
192195
border-color $ui-dark-borderColor
193196
background-color $ui-dark-noteList-backgroundColor
197+
&:active
198+
background-color $ui-active-color
194199
&:hover
195200
background-color alpha($ui-active-color, 20%)
196201

197202
.item--active
198203
@extend .item
199204
border-color $ui-dark-borderColor
205+
background-color $ui-active-color
200206
.item-title
201207
color white
202208
.item-bottom-tagList-item

0 commit comments

Comments
 (0)