mirror of
https://codeberg.org/Hyperpipe/Hyperpipe
synced 2025-06-27 12:48:01 +02:00
Merge pull request 'Fix progress bar with proper outline design' (#41) from Denevola/Hyperpipe:patch-statusbar-progress-outline into main
Reviewed-on: https://codeberg.org/Hyperpipe/Hyperpipe/pulls/41
This commit is contained in:
commit
0b159c9a42
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