Fix progress bar with proper outline design

This commit is contained in:
Denevola 2022-09-29 21:00:29 +09:00
parent 42b272c463
commit 6b3ca9cc6a

View file

@ -318,8 +318,12 @@ input[type='range'] {
cursor: pointer;
position: relative;
}
input[type='range']:hover,
input[type='range']:focus {
outline: none;
outline-style: none;
}
input[type='range']:focus-visible {
outline-style: solid;
}
/* Webkit */