1
0
mirror of https://github.com/BoostIo/Boostnote synced 2026-01-29 08:37:18 +00:00

Fix several UI bugs

This commit is contained in:
Kazu Yokomizo
2017-12-16 13:49:53 +09:00
parent 820a2a093c
commit e8192e6c3f
6 changed files with 116 additions and 9 deletions

View File

@@ -3,7 +3,7 @@
.root
absolute top right bottom
border-left 1px solid $ui-solarized-dark-borderColor
border-left 1px solid alpha(#DEDEDE, 60%)
background-color $ui-noteDetail-backgroundColor
box-shadow none
padding 20px 40px
@@ -55,4 +55,5 @@ body[data-theme="dark"]
body[data-theme="solarized-dark"]
.root
border-left 1px solid $ui-solarized-dark-borderColor
background-color $ui-solarized-dark-noteDetail-backgroundColor

View File

@@ -78,7 +78,7 @@ body[data-theme="white"]
body[data-theme="dark"]
.root
border none
border-left 1px solid $ui-dark-borderColor
background-color $ui-dark-noteDetail-backgroundColor
box-shadow none
@@ -112,6 +112,7 @@ body[data-theme="dark"]
body[data-theme="solarized-dark"]
.root
border-left 1px solid $ui-solarized-dark-borderColor
background-color $ui-solarized-dark-noteDetail-backgroundColor
.body

View File

@@ -64,3 +64,20 @@ body[data-theme="dark"]
.description
color $ui-inactive-text-color
body[data-theme="solarized-dark"]
.root
background-color transparent
.header
color $ui-solarized-dark-text-color
.control-button
border-color $ui-solarized-dark-borderColor
color $ui-solarized-dark-text-color
background-color transparent
&:focus
colorDarkPrimaryButton()
.description
color $ui-solarized-dark-text-color