mirror of
https://codeberg.org/Hyperpipe/Hyperpipe
synced 2025-06-28 05:08:00 +02:00
Fix progress bar with proper outline design
This commit is contained in:
parent
42b272c463
commit
6b3ca9cc6a
1 changed files with 5 additions and 1 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue