mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-13 03:29:49 +00:00
LibWeb/CSS: Set the initial value of the appearance
property to "none"
This commit is contained in:
parent
ecd6636b3e
commit
cbf47abd24
Notes:
github-actions[bot]
2025-03-22 16:06:09 +00:00
Author: https://github.com/tcl3
Commit: cbf47abd24
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/4042
5 changed files with 43 additions and 6 deletions
|
@ -275,7 +275,7 @@
|
|||
"appearance": {
|
||||
"animation-type": "discrete",
|
||||
"inherited": false,
|
||||
"initial": "auto",
|
||||
"initial": "none",
|
||||
"valid-types": [
|
||||
"appearance"
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue