Update connect color in noUiSlider (#10349)

Co-authored-by: Nathan Woulfe <nathan@nathanw.com.au>
This commit is contained in:
Bjarne Fyrstenborg
2021-06-07 03:32:01 +02:00
committed by GitHub
parent 31c0faa54e
commit 0e70416e27

View File

@@ -15,6 +15,11 @@
height: 20px;
top: -6px;
}
.umb-range-slider .noUi-connect {
background-color: @purple-washed;
border: 1px solid @purple-l3;
}
.umb-range-slider .noUi-tooltip {
padding: 2px 6px;
}