fix: styles

This commit is contained in:
Cory Dransfeldt 2024-09-02 18:58:25 -07:00
parent be8cc52bb4
commit 5d85362db1
No known key found for this signature in database
3 changed files with 5 additions and 3 deletions

View file

@ -25,8 +25,10 @@ input[id="tracks-recent"] ~ [for="tracks-recent"]:has(+ [for="tracks-window"]) {
background: transparent;
}
#tracks-recent:not(:checked) ~ [for="tracks-recent"]:active,
#tracks-recent:not(:checked) ~ [for="tracks-recent"]:focus,
#tracks-recent:not(:checked) ~ [for="tracks-recent"]:focus-within,
#tracks-window:not(:checked) ~ [for="tracks-window"]:active,
#tracks-window:not(:checked) ~ [for="tracks-window"]:focus,
#tracks-window:not(:checked) ~ [for="tracks-window"]:focus-within {
transition-property: none;