Created
July 18, 2022 03:02
-
-
Save glendaviesnz/5cd43a5966e2a2c22103d4f55fe87630 to your computer and use it in GitHub Desktop.
Changes to make a range control segmented
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.components-range-control__mark { | |
height: 4px; | |
width: 3px; | |
background-color: #ffffff; | |
z-index: 1; | |
} | |
.components-range-control__marks { | |
margin-top: 17px; | |
} | |
.de-cf-c-bd-cabbed-11060oh-ThumbWrapper-thumbColor { | |
z-index: 3; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment