From 3858ddec8326035ff7d88fd91a993df79cee2b7a Mon Sep 17 00:00:00 2001 From: Serhii Kulykov Date: Tue, 29 Nov 2022 18:15:51 +0200 Subject: [PATCH] docs: add missing paragraph to Shadow Parts docs --- docs/theming/css-shadow-parts.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 {