Skip to content

Commit 1d1f136

Browse files
committed
feat(bwst): update focus style for input range component
1 parent 662d3e5 commit 1d1f136

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/themes/bwst/src/components/input-range.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
@layer kol-theme-component {
66
@include kol-icon-theme;
77

8-
.kol-input-range__input:focus {
9-
outline-width: 0;
8+
.kol-input-range__input:focus-visible {
9+
outline: var(--color-primary-variant) solid to-rem(2);
1010
}
1111

1212
.kol-input-container {

0 commit comments

Comments
 (0)