mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-02-23 23:54:13 +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 {
|
&.focused {
|
||||||
|
border-bottom: 0;
|
||||||
.thread-icon, .mail-important-icon, .draft-icon {
|
.thread-icon, .mail-important-icon, .draft-icon {
|
||||||
-webkit-filter: none;
|
-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