diff --git a/docs/theming/css-shadow-parts.md b/docs/theming/css-shadow-parts.md index 5d5be9f5099..156edd4208a 100644 --- a/docs/theming/css-shadow-parts.md +++ b/docs/theming/css-shadow-parts.md @@ -123,10 +123,12 @@ CSS Shadow Parts are supported in the recent versions of all of the major browse ### Vendor Prefixed Pseudo-Elements +
Vendor prefixed pseudo-elements are not supported at this time. An example of this would be any of the `::-webkit-scrollbar` pseudo-elements: - +
+ ```css /* Does NOT work */ my-component::part(scroll)::-webkit-scrollbar {