[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
+4 -3
View File
@@ -15,7 +15,7 @@
// Default colors
@text-color: #323233;
@border-color: #ebedf0;
@active-color: #e8e8e8;
@active-color: #f2f3f5;
@background-color: #f8f8f8;
@background-color-light: #fafafa;
@@ -153,7 +153,8 @@
@search-background-color: #f7f8fA;
// Stepper
@stepper-background-color: #f2f3f5;
@stepper-active-color: #e8e8e8;
@stepper-background-color: @active-color;
@stepper-button-disabled-color: #f7f8fa;
@stepper-input-disabled-color: @active-color;
@stepper-border-radius: 4px;
@stepper-input-disabled-color: #f2f3f5;