Skip to content

Commit 11d4755

Browse files
Fix UA style value for textarea (servo#35574)
Signed-off-by: batu_hoang <[email protected]>
1 parent 8f79b77 commit 11d4755

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

Diff for: resources/servo.css

+2-6
Original file line numberDiff line numberDiff line change
@@ -124,18 +124,14 @@ img {
124124
overflow-clip-margin: 0 !important;
125125
}
126126

127-
input:not([type=radio i]):not([type=checkbox i]):not([type=reset i]):not([type=button i]):not([type=submit i]),
128-
textarea {
127+
input:not([type=radio i]):not([type=checkbox i]):not([type=reset i]):not([type=button i]):not([type=submit i]) {
129128
cursor: text;
130129
overflow: hidden !important;
131-
-servo-overflow-clip-box: content-box;
132-
}
133-
134-
input:not([type=radio i]):not([type=checkbox i]):not([type=reset i]):not([type=button i]):not([type=submit i]) {
135130
white-space: pre;
136131
}
137132

138133
textarea {
134+
cursor: text;
139135
overflow: auto;
140136
}
141137

0 commit comments

Comments
 (0)