mirror of
https://github.com/RGBCube/serenity
synced 2025-07-29 14:57:35 +00:00
LibWeb: Resolve the transition-delay
property
This commit is contained in:
parent
aa691c22d4
commit
a5f2024afa
4 changed files with 26 additions and 2 deletions
|
@ -1763,6 +1763,13 @@
|
|||
"top"
|
||||
]
|
||||
},
|
||||
"transition-delay": {
|
||||
"inherited": false,
|
||||
"initial": "0s",
|
||||
"valid-types": [
|
||||
"time"
|
||||
]
|
||||
},
|
||||
"user-select": {
|
||||
"affects-layout": false,
|
||||
"inherited": false,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue