Added experimental theme color picker

This commit is contained in:
2018-11-23 19:11:46 +09:00
parent 6052ffd1d5
commit 38e8a5df11
8 changed files with 74 additions and 14 deletions

View File

@ -45,6 +45,21 @@ input
:active
transform translateY(3px)
.color-picker-container
horizontal
.color-picker
ui-element
flex 1
height input-height
margin-right content-padding-half
:hover
cursor pointer
:active
transform translateY(3px)
button, .button
horizontal
padding 0rem 1rem
@ -55,6 +70,9 @@ button, .button
button-hover
:disabled
ui-disabled
select
appearance none
-webkit-appearance none

View File

@ -9,5 +9,6 @@ mixin ui-element
// box-shadow outline-shadow-medium
mixin ui-disabled
background-color ui-disabled-color
cursor not-allowed
color button-color !important
background-color ui-disabled-color !important
cursor not-allowed !important