mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-14 19:22:52 +00:00
fix padding on sides of slider
Extra padding on the sides of a range slider extends the length of the slider, such that you can't move the thumb all the way to the end.
This commit is contained in:
@@ -27,6 +27,7 @@
|
|||||||
&.slider {
|
&.slider {
|
||||||
color: #D3D3D3;
|
color: #D3D3D3;
|
||||||
accent-color: #d3d3d3;
|
accent-color: #d3d3d3;
|
||||||
|
padding: 2px 0;
|
||||||
|
|
||||||
&::-webkit-slider-thumb, &::-moz-slider-thumb {
|
&::-webkit-slider-thumb, &::-moz-slider-thumb {
|
||||||
cursor : pointer;
|
cursor : pointer;
|
||||||
@@ -71,7 +72,7 @@
|
|||||||
font-weight : unset;
|
font-weight : unset;
|
||||||
color : inherit;
|
color : inherit;
|
||||||
background-color : unset;
|
background-color : unset;
|
||||||
|
|
||||||
&:focus { outline : 1px solid #d3d3d3; }
|
&:focus { outline : 1px solid #d3d3d3; }
|
||||||
|
|
||||||
&:disabled {
|
&:disabled {
|
||||||
|
|||||||
Reference in New Issue
Block a user