mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 01:54:15 +00:00
Pad date range sliders
So handles don't jut out when set to the min/max
This commit is contained in:
@@ -28,4 +28,13 @@
|
|||||||
.noUi-connect {
|
.noUi-connect {
|
||||||
background: var(--ds-slider-color);
|
background: var(--ds-slider-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.noUi-target {
|
||||||
|
padding: 0 calc((var(--ds-slider-handle-width) / 2) - 1.5px);
|
||||||
|
margin: 0 1px;
|
||||||
|
}
|
||||||
|
.noUi-connect {
|
||||||
|
margin: 0 calc(-1 * (var(--ds-slider-handle-width) / 2));
|
||||||
|
width: calc(100% + var(--ds-slider-handle-width));
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user