mirror of
https://github.com/ant-design/ant-design.git
synced 2025-08-06 16:06:28 +08:00
💄 Fix Editable Textarea flash in Firefox
This commit is contained in:
parent
4300c046a0
commit
adf5288524
@ -156,6 +156,11 @@
|
||||
color: @text-color-secondary;
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
// Fix Editable Textarea flash in Firefox
|
||||
textarea {
|
||||
-moz-transition: none;
|
||||
}
|
||||
}
|
||||
|
||||
// list
|
||||
|
Loading…
Reference in New Issue
Block a user