We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06697ef commit dc8e499Copy full SHA for dc8e499
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
123
124
### Vendor Prefixed Pseudo-Elements
125
126
+<p>
127
<a href="https://developer.mozilla.org/en-US/docs/Glossary/Vendor_Prefix" target="_blank" rel="noopener noreferrer">
128
Vendor prefixed
129
</a> pseudo-elements are not supported at this time. An example of this would be any of the `::-webkit-scrollbar` pseudo-elements:
-
130
+</p>
131
+
132
```css
133
/* Does NOT work */
134
my-component::part(scroll)::-webkit-scrollbar {
0 commit comments