change(ui) - show buttons only on hover

This commit is contained in:
Shekar Siri 2021-11-11 20:37:28 +05:30
parent b3c9a80a8c
commit 9680a352cd

View file

@ -21,6 +21,7 @@
&:hover {
& .actions button {
display: unset;
opacity: 1 !important;
}
}
@ -39,6 +40,10 @@
opacity: 0.3;
}
}
& button:not(:last-child) {
opacity: 0;
}
}
}