Skip to content

Commit

Permalink
highlight slider controller when focused
Browse files Browse the repository at this point in the history
  • Loading branch information
jedi-of-the-sea committed Aug 1, 2024
1 parent e99f769 commit a6fb651
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/plugins/Zoom/src/components/ZoomSlider.vue
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ export default Vue.extend({
.polar-zoom-slider :hover .v-slider__track-background,
.polar-zoom-slider :hover .v-slider__track-fill,
.polar-zoom-slider :hover .v-slider__thumb {
.polar-zoom-slider :hover .v-slider__thumb,
.polar-zoom-slider :focus .v-slider__thumb {
box-shadow: 0 0 0 2px white, 0 0 0 4px #003064;
}
Expand Down

0 comments on commit a6fb651

Please sign in to comment.