mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
style: Add support for is()
and where()
selectors (#34066)
Additionally, changes now need to be made to `servo.css` in order to ensure that `<button>` text is centered the same way that it is for `<input type=button>`. In the past the rule for centering text for the latter was ignored because it used `:is()`. Signed-off-by: Martin Robinson <mrobinson@igalia.com>
This commit is contained in:
parent
975e2ae859
commit
0eda2de19f
22 changed files with 12 additions and 393 deletions
|
@ -9,7 +9,6 @@ input {
|
|||
color: black;
|
||||
font-family: sans-serif;
|
||||
font-size: 0.8333em;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
textarea {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue