Fix sticky hover state for icons on mobile
This commit is contained in:
parent
4aa0b1533e
commit
665904781b
|
@ -36,8 +36,13 @@
|
||||||
div {
|
div {
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
}
|
}
|
||||||
.hoverable:hover {
|
@media (hover: hover) {
|
||||||
|
.hoverable:hover {
|
||||||
|
color: var(--spectrum-alias-icon-color-selected-hover) !important;
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
.hoverable:active {
|
||||||
color: var(--spectrum-alias-icon-color-selected-hover) !important;
|
color: var(--spectrum-alias-icon-color-selected-hover) !important;
|
||||||
cursor: pointer;
|
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
Loading…
Reference in New Issue