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
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