mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-02-22 23:23:54 +08:00
fix(sidebar): Only show add folder icon on hover
This commit is contained in:
parent
8e502d5fe5
commit
77500aadcc
1 changed files with 2 additions and 1 deletions
|
@ -38,6 +38,7 @@
|
|||
margin-right: @padding-small-horizontal;
|
||||
cursor: pointer;
|
||||
img {background: @text-color-very-subtle; }
|
||||
display: none;
|
||||
}
|
||||
|
||||
.collapse-button {
|
||||
|
@ -49,7 +50,7 @@
|
|||
}
|
||||
|
||||
&:hover {
|
||||
.collapse-button {
|
||||
.collapse-button,.add-item-button {
|
||||
display: inherit;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue