0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-06 16:32:40 +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; color: #D3D3D3;
accent-color: #d3d3d3; accent-color: #d3d3d3;
&::-webkit-slider-thumb { &::-webkit-slider-thumb, &::-moz-slider-thumb {
width : 8px;
height : 15px;
appearance : none;
cursor : pointer; cursor : pointer;
background-color : rgb(39, 174, 96); width: 5px;
translate : 0 -66%; height: 5px;
} outline: none;
&::-moz-slider-thumb {
width : 8px;
height : 15px;
appearance : none;
cursor : pointer;
background-color : rgb(39, 174, 96);
} }
&:hover::after { &:hover::after {