This commit is contained in:
Fred Boniface 2023-11-09 20:30:46 +00:00
parent a8a81970d6
commit 08cd8257a7
1 changed files with 10 additions and 0 deletions

View File

@ -55,3 +55,13 @@ a {
button:hover { button:hover {
cursor: pointer; cursor: pointer;
} }
button {
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-tap-highlight-color: transparent;
}