Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/theming/css-shadow-parts.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ CSS Shadow Parts are supported in the recent versions of all of the major browse
Vendor prefixed
</a> pseudo-elements are not supported at this time. An example of this would be any of the `::-webkit-scrollbar` pseudo-elements:
</p>

```css
/* Does NOT work */
my-component::part(scroll)::-webkit-scrollbar {
Expand Down