Skip to content

Expose shadow DOM elements with "part" #47

@kkleinwi

Description

@kkleinwi

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 request

Type

No type

Projects

Status

To Do

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions