Skip to content

Instantly share code, notes, and snippets.

@twarrdy
Created August 29, 2021 18:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save twarrdy/1388e354526660820d393e0febc89784 to your computer and use it in GitHub Desktop.
Save twarrdy/1388e354526660820d393e0febc89784 to your computer and use it in GitHub Desktop.
.fwwfilter .noUi-draggable:active,
.fwwfilter .noUi-horizontal .noUi-handle:active {
cursor: -webkit-grabbing;
cursor: grabbing;
}
.fwwfilter .noUi-horizontal .noUi-handle {
box-sizing: border-box;
width: 20px;
height: 20px;
left: -10px;
top: -9px;
border: 3px solid transparent;
border-radius: 50%;
box-shadow: none;
background-color: #1a73e8;
cursor: -webkit-grab;
cursor: grab;
transform: scale(0.7);
transition: transform 400ms cubic-bezier(0.25, 0.8, 0.25, 1), background-color 400ms cubic-bezier(0.25, 0.8, 0.25, 1), border-color 400ms cubic-bezier(0.25, 0.8, 0.25, 1);
}
.fwwfilter .noUi-handle.noUi-active {
border-width: 2px;
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
.fwwfilter .noUi-handle:after,
.fwwfilter .noUi-handle:before {
display: none;
}
.fwwfilter .noUi-target {
border: none;
}
.fwwfilter .noUi-horizontal {
height: 2px;
}
.fwwfilter .noUi-background {
background: #c4dbf9;
box-shadow: none;
border-radius: 0;
}
.fwwfilter .noUi-connect {
background: #1a73e8;
box-shadow: none;
border-radius: 0;
}
.fwwfilter .noUi-tooltip,
.fwwfilter .noUi-pips {
display: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment