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:
Shiny Nematoda 2022-10-01 12:43:33 +02:00
commit 0b159c9a42

View file

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