Skip to content

Commit dc8e499

Browse files
authored
docs(theming): update vendor prefixed line height (#2661)
1 parent 06697ef commit dc8e499

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/theming/css-shadow-parts.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,10 +123,12 @@ CSS Shadow Parts are supported in the recent versions of all of the major browse
123123

124124
### Vendor Prefixed Pseudo-Elements
125125

126+
<p>
126127
<a href="https://developer.mozilla.org/en-US/docs/Glossary/Vendor_Prefix" target="_blank" rel="noopener noreferrer">
127128
Vendor prefixed
128129
</a> pseudo-elements are not supported at this time. An example of this would be any of the `::-webkit-scrollbar` pseudo-elements:
129-
130+
</p>
131+
130132
```css
131133
/* Does NOT work */
132134
my-component::part(scroll)::-webkit-scrollbar {

0 commit comments

Comments
 (0)