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 b21425a commit 547d87cCopy full SHA for 547d87c
elements/pfe-tabs/src/pfe-tab.scss
@@ -182,8 +182,14 @@ $pfe-tabs__tab--PaddingBottom-factor: 1.5; // 54px at 16px base.
182
}
183
184
185
-::slotted(h2) {
+::slotted(h1),
186
+::slotted(h2),
187
+::slotted(h3),
188
+::slotted(h4),
189
+::slotted(h5),
190
+::slotted(h6) {
191
font-size: var(--pfe-theme--font-size);
192
font-weight: var(--pfe-theme--font-weight--normal, 500);
193
margin: 0;
194
+ user-select: none;
195
0 commit comments