Only show on hover

This commit is contained in:
Jason Zimdars
2025-10-03 14:35:44 -05:00
parent cf3e9b4aa3
commit 8a6c9a379f
+13
View File
@@ -205,6 +205,19 @@
cursor: unset;
filter: none;
}
@media (any-hover: hover) {
.btn--circle,
~ .btn--circle,
~ .cards__expander-menu .btn--circle {
transition: visibilty 300ms ease-in-out;
visibility: hidden;
.cards:hover & {
visibility: visible;
}
}
}
}
.btn.cards__expander-button {