diff --git a/docs/theming/css-shadow-parts.md b/docs/theming/css-shadow-parts.md index 156edd4208a..b0106a79361 100644 --- a/docs/theming/css-shadow-parts.md +++ b/docs/theming/css-shadow-parts.md @@ -128,7 +128,7 @@ CSS Shadow Parts are supported in the recent versions of all of the major browse 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 {