Skip to content

Commit

Permalink
fix: Afficher le bon curseur sur les sliders.
Browse files Browse the repository at this point in the history
  • Loading branch information
regseb committed Jan 25, 2022
1 parent 4d735f4 commit 2b4a7d1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/design/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ input[type="range"] {
-webkit-appearance: none;
background-color: transparent;
border: 0;
cursor: pointer;
margin: 0;
}
input[type="range"]:not([orient="vertical"]) {
Expand Down Expand Up @@ -183,7 +184,7 @@ input[type="range"]::-moz-range-thumb {
width: 12px;
}
input[type="range"]:hover:not(:disabled)::-webkit-slider-thumb {
/* Remplacer outline par bow-shadow car Chromium n'applique pas le
/* Remplacer outline par box-shadow car Chromium n'applique pas le
border-radius sur le outline. https://crbug.com/81556 */
box-shadow: 0 0 0 6px var(--button-hover-background-color);
}
Expand Down

0 comments on commit 2b4a7d1

Please sign in to comment.