style(module:input): add disabled selector style in ant input

This commit is contained in:
vthinkxie 2019-03-11 18:09:14 +08:00
parent d9ca0d8381
commit 057d58ebce

View File

@ -69,6 +69,10 @@
.disabled(); .disabled();
} }
&[disabled] {
.disabled();
}
// Reset height for `textarea`s // Reset height for `textarea`s
textarea& { textarea& {
max-width: 100%; // prevent textearea resize from coming out of its container max-width: 100%; // prevent textearea resize from coming out of its container