Prevent text selection.
This commit is contained in:
@@ -20,6 +20,10 @@ class TpButton extends EventHelpers(LitElement) {
|
||||
background: var(--tp-button-bg, #0277bd);
|
||||
line-height: var(--tp-button-icon-height, 24px);
|
||||
color: var(--tp-button-color, #ffffff);
|
||||
user-select: none;
|
||||
-moz-user-select: none;
|
||||
-webkit-user-select: none;
|
||||
-ms-user-select: none;
|
||||
}
|
||||
|
||||
:host([disabled]) {
|
||||
|
||||
Reference in New Issue
Block a user