fix(sw-350): reverted unnecessary state

This commit is contained in:
Pontus Dreij
2024-10-15 11:54:56 +02:00
parent cae11a80a7
commit 4089d8d8d6
4 changed files with 5 additions and 19 deletions

View File

@@ -78,7 +78,7 @@
.when:hover,
.rooms:hover,
.when[data-open="true"],
.when:has([data-isopen="true"]),
.rooms:has(.input:active, .input:focus, .input:focus-within) {
background-color: var(--Base-Surface-Primary-light-Hover-alt);
}