[improvement] optimize active color (#3026)

This commit is contained in:
neverland
2019-03-21 15:08:39 +08:00
committed by GitHub
parent 055387108f
commit f645d64900
6 changed files with 10 additions and 7 deletions
+1 -1
View File
@@ -38,7 +38,7 @@
}
&:active {
background-color: @active-color;
background-color: @stepper-active-color;
}
&--disabled {