Skip to content

Commit

Permalink
Change the border color at NoteItemSimple
Browse files Browse the repository at this point in the history
Kazu Yokomizo committed Apr 29, 2017

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent c7d2eeb commit e66abde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion browser/components/NoteItemSimple.styl
Original file line number Diff line number Diff line change
@@ -96,7 +96,7 @@ body[data-theme="dark"]

.item-simple-title
color $ui-inactive-text-color
border-color $ui-dark-borderColor
border-color alpha($ui-dark-button--active-backgroundColor, 60%)

.item-simple-title-icon
color $ui-darkinactive-text-color

0 comments on commit e66abde

Please sign in to comment.