change(ui) - show buttons only on hover
This commit is contained in:
parent
b3c9a80a8c
commit
9680a352cd
1 changed files with 5 additions and 0 deletions
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue