Add not-allow tip

Add not-allow tip When the input is disabled
This commit is contained in:
tangshiqiang 2016-02-25 16:07:11 +08:00
parent b1156abcd1
commit b12da23805

View File

@ -23,6 +23,7 @@
&:hover
background: $background
border-color: $control-border
cursor: not-allowed;
+placeholder
color: rgba($control, 0.3)