Skip to content

Commit b4e4d70

Browse files
committed
improve style of color-picker
1 parent a9feddf commit b4e4d70

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

browser/components/ColorPicker.styl

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,12 @@
2525
vertical-align middle
2626
height 25px
2727
margin-top 2.5px
28-
colorDefaultButton()
2928
border-radius 2px
30-
border $ui-border
29+
border none
3130
padding 0 5px
31+
background-color $default-button-background
32+
&:hover
33+
background-color $default-button-background--hover
3234
.btn-confirm
3335
background-color #1EC38B
3436
&:hover

0 commit comments

Comments
 (0)