Fixed accidental text selection
This commit is contained in:
parent
1169c17518
commit
19fc94cd8f
2 changed files with 8 additions and 1 deletions
|
@ -41,3 +41,10 @@
|
|||
.theme-toggler {
|
||||
fill: currentColor;
|
||||
}
|
||||
|
||||
.unselectable {
|
||||
user-select: none;
|
||||
-webkit-user-select: none;
|
||||
-moz-user-select: none;
|
||||
-ms-user-select: none;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue