mirror of
https://github.com/RGBCube/serenity
synced 2025-07-29 14:57:35 +00:00
LibWeb: Add pointer-events: all
This is basically the same as `auto` in the spec, so let's just treat them as identical for now. Gets rid of some Discord CSS parser spam. :^)
This commit is contained in:
parent
8aaab19e6b
commit
48c6cf92e3
4 changed files with 6 additions and 0 deletions
|
@ -1141,6 +1141,7 @@
|
|||
"initial": "auto",
|
||||
"valid-identifiers": [
|
||||
"auto",
|
||||
"all",
|
||||
"none"
|
||||
]
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue