-
Notifications
You must be signed in to change notification settings - Fork 206
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
chore(slider): slider handle alignment fix #3860
Conversation
Tachometer resultsChromeslider permalink
Firefoxslider permalink
|
@@ -616,7 +616,7 @@ governing permissions and limitations under the License. | |||
); | |||
z-index: 0; | |||
} | |||
.ticks ~ .spectrum-Slider-handleContainer .handle { | |||
.ticks ~ .handleContainer .handle { | |||
background: var( | |||
--mod-slider-ticks-handle-background-color, | |||
var(--spectrum-slider-ticks-handle-background-color) |
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.
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.
background color property in handleController.ts was overriding the tick css. Should be solved now
7c6d9ea
to
de25ec8
Compare
Also, can you see if this addresses #3536 in a material way? |
c2e4bde
to
0726ebb
Compare
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.
LGTM! Love hitting 🐦 🐦 🐦 with 🪨.
Description
Added DOM changes to bring in the handleContainer and trackContainer
Related issue(s)
*-handle-border-color-*
CSS variables are not taken into account #3536Motivation and context
How has this been tested?
Screenshots (if appropriate)
Types of changes
Checklist
Best practices
This repository uses conventional commit syntax for each commit message; note that the GitHub UI does not use this by default so be cautious when accepting suggested changes. Avoid the "Update branch" button on the pull request and opt instead for rebasing your branch against
main
.