Prevent text selection.
This commit is contained in:
parent
3e5ef0dbe6
commit
4198b95ef6
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@tp/tp-icon",
|
||||
"version": "1.0.0",
|
||||
"version": "1.0.1",
|
||||
"description": "",
|
||||
"main": "tp-icon.js",
|
||||
"scripts": {
|
||||
|
@ -16,6 +16,10 @@ class TpIcon extends Tooltip(LitElement) {
|
||||
height: var(--tp-icon-height, 24px);
|
||||
cursor: pointer;
|
||||
outline: none;
|
||||
user-select: none;
|
||||
-moz-user-select: none;
|
||||
-webkit-user-select: none;
|
||||
-ms-user-select: none;
|
||||
}
|
||||
|
||||
.wrap {
|
||||
|
Loading…
Reference in New Issue
Block a user