Skip to content

Commit

Permalink
fix(uui-slider): Focus handle in slider instead of slider track itself (
Browse files Browse the repository at this point in the history
  • Loading branch information
bjarnef authored Sep 27, 2024
1 parent 4ceeaee commit b3438a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/uui-slider/lib/uui-slider.element.ts
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ export class UUISliderElement extends UUIFormControlMixin(LitElement, '') {
fill: var(--uui-color-border-emphasis);
}
input:focus ~ #track svg {
input:focus ~ #track #thumb {
outline: calc(2px * var(--uui-show-focus-outline, 1)) solid
var(--uui-color-focus);
}
Expand Down

0 comments on commit b3438a0

Please sign in to comment.