LibWeb: Remove :closed pseudo class

This was removed from the spec.
This commit is contained in:
Luke Warlow 2024-12-05 23:13:17 +00:00 committed by Tim Ledbetter
commit 7c9a162f99
Notes: github-actions[bot] 2024-12-06 04:50:27 +00:00
4 changed files with 1 additions and 11 deletions

View file

@ -4,9 +4,6 @@
:open {
color: green;
}
:closed {
color: red;
}
</style>
<details open>
<summary>Hi</summary>