We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 662d3e5 commit 1d1f136Copy full SHA for 1d1f136
packages/themes/bwst/src/components/input-range.scss
@@ -5,8 +5,8 @@
5
@layer kol-theme-component {
6
@include kol-icon-theme;
7
8
- .kol-input-range__input:focus {
9
- outline-width: 0;
+ .kol-input-range__input:focus-visible {
+ outline: var(--color-primary-variant) solid to-rem(2);
10
}
11
12
.kol-input-container {
0 commit comments