We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd4236c commit b0fecc6Copy full SHA for b0fecc6
1 file changed
browser/main/NoteList/NoteList.styl
@@ -188,15 +188,21 @@ body[data-theme="dark"]
188
border-color $ui-dark-borderColor
189
background-color $ui-dark-noteList-backgroundColor
190
191
+ .control
192
+ background-color $ui-dark-noteList-backgroundColor
193
+
194
.item
195
196
197
+ &:active
198
+ background-color $ui-active-color
199
&:hover
200
background-color alpha($ui-active-color, 20%)
201
202
.item--active
203
@extend .item
204
205
206
.item-title
207
color white
208
.item-bottom-tagList-item
0 commit comments