fixing double tap on touch devices
This commit is contained in:
parent
91af077af4
commit
f4b25f467d
|
|
@ -13,3 +13,12 @@
|
||||||
z-index: -2;
|
z-index: -2;
|
||||||
/* background-color: white; */
|
/* background-color: white; */
|
||||||
}
|
}
|
||||||
|
@media (hover: none) {
|
||||||
|
.tooltip-word:hover,
|
||||||
|
.tooltip-word:focus,
|
||||||
|
.tooltip-word:active {
|
||||||
|
.tooltip-popup {
|
||||||
|
@apply block;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user