We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f79b77 commit 11d4755Copy full SHA for 11d4755
resources/servo.css
@@ -124,18 +124,14 @@ img {
124
overflow-clip-margin: 0 !important;
125
}
126
127
-input:not([type=radio i]):not([type=checkbox i]):not([type=reset i]):not([type=button i]):not([type=submit i]),
128
-textarea {
+input:not([type=radio i]):not([type=checkbox i]):not([type=reset i]):not([type=button i]):not([type=submit i]) {
129
cursor: text;
130
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]) {
135
white-space: pre;
136
137
138
textarea {
+ cursor: text;
139
overflow: auto;
140
141
0 commit comments