Disable blue highlight when touch/press element with cursor: pointer

This commit is contained in:
Vadim
2021-01-28 22:08:46 +03:00
parent ad108b2069
commit 6086164b0a
8 changed files with 13 additions and 8 deletions

View File

@@ -119,6 +119,6 @@
padding: 5px;
font-weight: bold;
cursor: pointer;
user-select: none;
-webkit-tap-highlight-color: transparent;
}
</style>