-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Feature proposal
We'd like to alter the styling of the dots with CSS loaded at runtime (not compiled into the application theme).
I don't believe it is possible to do this unless the DOM elements are exposed as parts using the part attribute.
Describe solution expectations
Ideally, I'd like a CSS selector like this to work as expected:
fc-lt2-paper-slider.myclass::part(dots) {
left: 5%;
}
Additional information
No response
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request
Type
Projects
Status
To Do