mirror of
https://github.com/ant-design/ant-design.git
synced 2025-08-06 07:56:28 +08:00
style(module:input): add disabled selector style in ant input
This commit is contained in:
parent
d9ca0d8381
commit
057d58ebce
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user