mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-03 08:08:43 +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
|
@ -4,9 +4,6 @@
|
|||
:open {
|
||||
color: green;
|
||||
}
|
||||
:closed {
|
||||
color: red;
|
||||
}
|
||||
</style>
|
||||
<details open>
|
||||
<summary>Hi</summary>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue