[Improvement] Stepper: update disabled color (#1560)

This commit is contained in:
neverland
2018-07-31 09:49:20 +08:00
committed by GitHub
parent 20810ba504
commit 630a0113aa

View File

@@ -82,6 +82,7 @@
&[disabled] { &[disabled] {
color: $gray; color: $gray;
background-color: $background-color;
} }
} }