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

@@ -38,6 +38,7 @@
justify-content: center;
transition: opacity 100ms ease;
cursor: pointer;
-webkit-tap-highlight-color: transparent;
}
.sc-carousel-arrow__circle:hover {
opacity: 0.9;