0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-27 11:32:38 +00:00

Remove extra styling of the slider thumb

can just use browser defaults for this.
This commit is contained in:
Gazook89
2024-08-17 14:06:58 -05:00
parent 6af5abd37d
commit 232f28b5b4

View File

@@ -34,20 +34,11 @@
color: #D3D3D3;
accent-color: #d3d3d3;
&::-webkit-slider-thumb {
width : 8px;
height : 15px;
appearance : none;
&::-webkit-slider-thumb, &::-moz-slider-thumb {
cursor : pointer;
background-color : rgb(39, 174, 96);
translate : 0 -66%;
}
&::-moz-slider-thumb {
width : 8px;
height : 15px;
appearance : none;
cursor : pointer;
background-color : rgb(39, 174, 96);
width: 5px;
height: 5px;
outline: none;
}
&:hover::after {