1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-15 10:46:32 +00:00

Merge pull request #526 from BoostIO/change-noteitem-border-color

Change noteitem border color
This commit is contained in:
Kazu Yokomizo
2017-04-29 15:19:39 +09:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -158,7 +158,7 @@ body[data-theme="dark"]
color $ui-dark-text-color
.item-wrapper
border-color $ui-dark-borderColor
border-color alpha($ui-dark-button--active-backgroundColor, 60%)
.item--active
border-color $ui-dark-borderColor

View File

@@ -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