Skip to content

Commit

Permalink
Fix: Convert focus to focus-visible (fixes adaptlearning#166)
Browse files Browse the repository at this point in the history
  • Loading branch information
guywillis authored Dec 6, 2022
1 parent 7034161 commit 872d607
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion less/rangeslider.less
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@
-ms-touch-action: pan-x;
}

input[type="range"]:focus + .rangeslider .rangeslider__handle {
input[type="range"]:focus-visible + .rangeslider .rangeslider__handle {
-moz-box-shadow: 0 0 8px rgba(255, 0, 255, 0.9);
-webkit-box-shadow: 0 0 8px rgba(255, 0, 255, 0.9);
box-shadow: 0 0 8px rgba(255, 0, 255, 0.9);
Expand Down

0 comments on commit 872d607

Please sign in to comment.