-
-
Notifications
You must be signed in to change notification settings - Fork 79.2k
Add custom range styles #19468
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add custom range styles #19468
Conversation
|
Hello, I was just wondering if everything is alright about my pull request. It was a while since the last activity on it. |
|
Rebased on latest |
|
Update: Added docs |
|
Hello, Can anyone review this |
| background: transparent; | ||
| border: 0; | ||
| } | ||
| &::-moz-range-progress { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Begin pseudo classes with a single colon: :
|
Closing for the more complete #23380. Sorry for the lack of a response here, @wolfy1339, and thank you for the PR nonetheless. <3 |
Fixes #17916
I'm open for comments and able to do a rebase.
This was inspired by m8tro's range style but fully changed to use Bootstrap default colors.