mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-11 20:16:02 +00:00
LibWeb: Remove :closed pseudo class
This was removed from the spec.
This commit is contained in:
parent
c937aff95a
commit
7c9a162f99
Notes:
github-actions[bot]
2024-12-06 04:50:27 +00:00
Author: https://github.com/lukewarlow
Commit: 7c9a162f99
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/2801
Reviewed-by: https://github.com/ADKaster ✅
4 changed files with 1 additions and 11 deletions
|
@ -3,15 +3,12 @@
|
|||
.open {
|
||||
color: green;
|
||||
}
|
||||
.closed {
|
||||
color: red;
|
||||
}
|
||||
</style>
|
||||
<details open class="open">
|
||||
<summary>Hi</summary>
|
||||
Well hello friends!
|
||||
</details>
|
||||
<details class="closed">
|
||||
<details>
|
||||
<summary>Hi</summary>
|
||||
Well hello friends!
|
||||
</details>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue