mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-02-22 23:23:54 +08:00
fix(sidebar): Show icons when hovering over entire section
This commit is contained in:
parent
1f727b1041
commit
b5a00fe84f
1 changed files with 3 additions and 2 deletions
|
@ -48,15 +48,16 @@
|
|||
margin-left: auto;
|
||||
margin-right: 8px;
|
||||
}
|
||||
}
|
||||
|
||||
&:hover {
|
||||
&:hover {
|
||||
.heading {
|
||||
.collapse-button,.add-item-button {
|
||||
display: inherit;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
.item-container {
|
||||
display:flex;
|
||||
&.dropping {
|
||||
|
|
Loading…
Reference in a new issue