Button: fix disabled color wrong when has bottomAction prop

This commit is contained in:
陈嘉涵
2017-09-14 20:05:53 +08:00
parent 3be326f7ea
commit 63acb5b799
4 changed files with 15 additions and 19 deletions
+5 -1
View File
@@ -32,8 +32,12 @@
width: 100%;
height: 14px;
font-size: 14px;
color: $gray-dark;
color: $gray-darker;
border: none;
&::placeholder {
color: $gray-dark;
}
}
&__cancel {