mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-02-21 22:54:11 +08:00
🎨(darkside): Hide search bar in list mode when items are selected
This commit is contained in:
parent
84f339ef46
commit
bd063fd9c6
1 changed files with 5 additions and 0 deletions
|
@ -326,6 +326,11 @@
|
||||||
border-bottom: 1px solid @border-color;
|
border-bottom: 1px solid @border-color;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// jackiehluo -> Hide search bar when buttons appear in list mode
|
||||||
|
.toolbar-ThreadList .selection-bar .inner {
|
||||||
|
background: @threadlist-bg;
|
||||||
|
}
|
||||||
|
|
||||||
.list-tabular .list-tabular-item {
|
.list-tabular .list-tabular-item {
|
||||||
background-color: @threadlist-bg;
|
background-color: @threadlist-bg;
|
||||||
border-bottom: 1px solid @border-color !important;
|
border-bottom: 1px solid @border-color !important;
|
||||||
|
|
Loading…
Reference in a new issue