feature: option to disallow text selecting

This commit is contained in:
Mivinci 2021-10-29 00:19:57 +08:00
parent 9bcd2650ae
commit 458b7c3904
4 changed files with 8 additions and 2 deletions

View file

@ -1,7 +1,6 @@
* {
line-height: 1;
-webkit-tap-highlight-color: rgba(0,0,0,0);
user-select: none;
outline: none;
}