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

@@ -348,6 +348,7 @@ Slot props:
align-items: center;
justify-content: center;
cursor: pointer;
-webkit-tap-highlight-color: transparent;
}
.custom-arrow:hover {
opacity: 0.5;

View File

@@ -89,6 +89,7 @@
align-items: center;
justify-content: center;
cursor: pointer;
-webkit-tap-highlight-color: transparent;
}
.album-arrow > i{
border: solid #1e1e1e;

View File

@@ -25,11 +25,12 @@
background-color: #727272;
border-radius: 50%;
opacity: 0.7;
cursor: pointer;
display: flex;
align-items: center;
justify-content: center;
margin: 5px;
cursor: pointer;
-webkit-tap-highlight-color: transparent;
}
.custom-dot__dot-container:hover {
opacity: 0.9;