mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2025-12-25 09:42:40 +00:00
Utilize browser defined style for slider, with accent-color
Avoid over-styling of browser-defined slider, but still apply a HB appropriate color scheme. Prevents us from having to create our own tick marks, so we can just define the `option`s in the datalist and get tick marks in the right spot.
This commit is contained in:
@@ -31,12 +31,8 @@
|
||||
border-radius : 7px;
|
||||
|
||||
&.slider {
|
||||
width : 100%;
|
||||
height : 7px;
|
||||
appearance : none;
|
||||
background : #D3D3D3;
|
||||
isolation : isolate;
|
||||
outline : none;
|
||||
color: #D3D3D3;
|
||||
accent-color: #d3d3d3;
|
||||
|
||||
&::-webkit-slider-thumb {
|
||||
width : 8px;
|
||||
|
||||
Reference in New Issue
Block a user