mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Auto merge of #9872 - servo:cursor-text, r=nox
Use `cursor: text` in text input areas … not just over text. Fix #9486. <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.svg" height="40" alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/9872) <!-- Reviewable:end -->
This commit is contained in:
commit
b4cae84e9e
1 changed files with 3 additions and 0 deletions
|
@ -30,3 +30,6 @@ td[align="right"] { text-align: right; }
|
|||
|
||||
center { text-align: -servo-center; }
|
||||
|
||||
input:not([type=radio i]):not([type=checkbox i]):not([type=reset i]):not([type=button i]):not([type=submit i]),
|
||||
textarea { cursor: text }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue