Skip to content

Commit b3438a0

Browse files
authored
fix(uui-slider): Focus handle in slider instead of slider track itself (#918)
1 parent 4ceeaee commit b3438a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/uui-slider/lib/uui-slider.element.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,7 @@ export class UUISliderElement extends UUIFormControlMixin(LitElement, '') {
364364
fill: var(--uui-color-border-emphasis);
365365
}
366366
367-
input:focus ~ #track svg {
367+
input:focus ~ #track #thumb {
368368
outline: calc(2px * var(--uui-show-focus-outline, 1)) solid
369369
var(--uui-color-focus);
370370
}

0 commit comments

Comments
 (0)