Skip to content

Commit 63375c1

Browse files
committed
fix(tooltip): user-select
1 parent 91a49d1 commit 63375c1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

elements/pf-tooltip/pf-tooltip.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
#tooltip {
2222
--_timestamp-text-decoration: none;
2323
--_timestamp-text-underline-offset: initial;
24+
user-select: none;
2425
display: block;
2526
opacity: 0;
2627
pointer-events: none;
@@ -70,6 +71,7 @@
7071

7172
.open #tooltip {
7273
opacity: 1;
74+
user-select: initial;
7375
}
7476

7577
/* LEFT */

0 commit comments

Comments
 (0)