mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-02-23 15:46:28 +08:00
fix(ui-taiga): Remove border-bottom in two-pane mode
This commit is contained in:
parent
e0fa3d5707
commit
7ee762a202
1 changed files with 7 additions and 0 deletions
|
@ -22,6 +22,7 @@
|
|||
}
|
||||
}
|
||||
&.focused {
|
||||
border-bottom: 0;
|
||||
.thread-icon, .mail-important-icon, .draft-icon {
|
||||
-webkit-filter: none;
|
||||
}
|
||||
|
@ -64,3 +65,9 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
.is-blurred {
|
||||
.thread-list .list-container .list-item.focused {
|
||||
border-bottom: 0;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue