update label css

This commit is contained in:
kKaskak 2023-10-16 15:10:48 +03:00
parent 8a5ba0b8d2
commit 42f82dc7c3

View file

@ -188,8 +188,10 @@
&:not(:last-child) {
margin-right: 1rem;
}
.label:has(~ .action-button:hover) {
opacity: 0.7;
&:hover {
.label {
opacity: 0.7;
}
}
}