Skip to content

Commit 547d87c

Browse files
committed
pfe-content-set-fix add user-select:none
1 parent b21425a commit 547d87c

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

elements/pfe-tabs/src/pfe-tab.scss

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,8 +182,14 @@ $pfe-tabs__tab--PaddingBottom-factor: 1.5; // 54px at 16px base.
182182
}
183183
}
184184

185-
::slotted(h2) {
185+
::slotted(h1),
186+
::slotted(h2),
187+
::slotted(h3),
188+
::slotted(h4),
189+
::slotted(h5),
190+
::slotted(h6) {
186191
font-size: var(--pfe-theme--font-size);
187192
font-weight: var(--pfe-theme--font-weight--normal, 500);
188193
margin: 0;
194+
user-select: none;
189195
}

0 commit comments

Comments
 (0)