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:
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user