Clean up --hover variables

This commit is contained in:
Andy Smith
2025-07-02 16:14:34 -05:00
parent 4c42b8fe15
commit 4bc1b36d3d
21 changed files with 51 additions and 116 deletions
+2 -3
View File
@@ -19,8 +19,6 @@
}
.knob__slider {
--hover-size: 0;
appearance: none;
background-color: transparent;
block-size: var(--knob-size);
@@ -75,7 +73,8 @@
}
&:has(:focus-visible) {
box-shadow: 0 0 0 2px var(--knob-color);
outline: var(--focus-ring-size) solid var(--focus-ring-color);
outline-offset: 0;
}
/* Tick marks */