fix(ui-taiga): Remove border-bottom in two-pane mode

This commit is contained in:
Jackie Luo 2016-03-18 13:48:14 -07:00
parent e0fa3d5707
commit 7ee762a202

View file

@ -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;
}
}