fix: active state

This commit is contained in:
Cory Dransfeldt 2024-09-06 16:45:55 -07:00
parent 1e0d831041
commit 8bd9497177
No known key found for this signature in database
3 changed files with 3 additions and 5 deletions

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{ {
"name": "coryd.dev", "name": "coryd.dev",
"version": "24.7.5", "version": "24.7.6",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "coryd.dev", "name": "coryd.dev",
"version": "24.7.5", "version": "24.7.6",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@cdransf/api-text": "^1.5.0", "@cdransf/api-text": "^1.5.0",

View file

@ -1,6 +1,6 @@
{ {
"name": "coryd.dev", "name": "coryd.dev",
"version": "24.7.5", "version": "24.7.6",
"description": "The source for my personal site. Built using 11ty (and other tools).", "description": "The source for my personal site. Built using 11ty (and other tools).",
"type": "module", "type": "module",
"scripts": { "scripts": {

View file

@ -25,10 +25,8 @@ input[id="tracks-recent"] ~ [for="tracks-recent"]:has(+ [for="tracks-window"]) {
background: transparent; 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,
#tracks-recent:not(:checked) ~ [for="tracks-recent"]:focus-within, #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,
#tracks-window:not(:checked) ~ [for="tracks-window"]:focus-within { #tracks-window:not(:checked) ~ [for="tracks-window"]:focus-within {
transition-property: none; transition-property: none;