LibWeb/CSS: Set "inherited" to false for "clip" property
"clip" should not be inherited.
This commit is contained in:
parent
81d9a6f44a
commit
5896c0ed06
Notes:
sideshowbarker
2024-07-17 07:38:17 +09:00
Author: https://github.com/kalenikaliaksandr Commit: https://github.com/SerenityOS/serenity/commit/5896c0ed06 Pull-request: https://github.com/SerenityOS/serenity/pull/20724 Reviewed-by: https://github.com/AtkinsSJ ✅
1 changed files with 1 additions and 1 deletions
|
@ -652,7 +652,7 @@
|
|||
]
|
||||
},
|
||||
"clip": {
|
||||
"inherited": true,
|
||||
"inherited": false,
|
||||
"initial": "auto",
|
||||
"valid-identifiers": [
|
||||
"auto"
|
||||
|
|
Loading…
Add table
Reference in a new issue