mirror of
https://github.com/servo/servo.git
synced 2025-06-06 00:25:37 +00:00
Fix UA style value for textarea (#35574)
Signed-off-by: batu_hoang <longvatrong111@gmail.com>
This commit is contained in:
parent
8f79b77c13
commit
11d47558b3
1 changed files with 2 additions and 6 deletions
|
@ -124,18 +124,14 @@ img {
|
|||
overflow-clip-margin: 0 !important;
|
||||
}
|
||||
|
||||
input:not([type=radio i]):not([type=checkbox i]):not([type=reset i]):not([type=button i]):not([type=submit i]),
|
||||
textarea {
|
||||
input:not([type=radio i]):not([type=checkbox i]):not([type=reset i]):not([type=button i]):not([type=submit i]) {
|
||||
cursor: text;
|
||||
overflow: hidden !important;
|
||||
-servo-overflow-clip-box: content-box;
|
||||
}
|
||||
|
||||
input:not([type=radio i]):not([type=checkbox i]):not([type=reset i]):not([type=button i]):not([type=submit i]) {
|
||||
white-space: pre;
|
||||
}
|
||||
|
||||
textarea {
|
||||
cursor: text;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue