[improvement] Checkbox: update disabled label color (#2260)

This commit is contained in:
neverland
2018-12-10 20:25:13 +08:00
committed by GitHub
parent 4fe387b7b1
commit abee937da9
5 changed files with 27 additions and 16 deletions

View File

@@ -18,7 +18,7 @@ exports[`renders demo correctly 1`] = `
<!---->
<!---->
</i>
</div> <span class="van-checkbox__label">
</div> <span class="van-checkbox__label van-checkbox__label--disabled">
复选框
</span></div>
<div class="van-checkbox">
@@ -27,7 +27,7 @@ exports[`renders demo correctly 1`] = `
<!---->
<!---->
</i>
</div> <span class="van-checkbox__label">
</div> <span class="van-checkbox__label van-checkbox__label--disabled">
复选框
</span></div>
</div>