styles: disallow text selection on tooltip contents

This commit is contained in:
Jesse Chan
2020-12-01 19:37:23 +08:00
parent b6ebee6351
commit b6e9b01095
+1
View File
@@ -38,6 +38,7 @@ $tooltip-anchor-offset: $tooltip-arrow-offset + $tooltip-arrow-border-width;
line-height: $tooltip-line-height;
padding: $tooltip-padding-vertical $tooltip-padding-horizontal;
position: relative;
user-select: none;
&--no-padding {
padding: 0;