mirror of
https://github.com/zoriya/flood.git
synced 2026-06-06 03:56:42 +00:00
styles: disallow text selection on tooltip contents
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user