fix(labels): Labels should not show "X" in wide mode

This commit is contained in:
Ben Gotow 2016-03-10 15:29:07 -08:00
parent 3630a1425f
commit 554bb69ad6

View file

@ -48,6 +48,17 @@
-webkit-font-smoothing: subpixel-antialiased;
}
// Do not show the "removable" X on mail labels within the thread list.
.mail-label {
padding: 1px 8px;
.inner {
position: inherit;
}
.x {
display: none;
}
}
.swipe-backing {
background-color: darken(@background-primary, 10%);
&::after {
@ -443,16 +454,10 @@ body.platform-win32 {
overflow: hidden;
.mail-label {
padding: 1px 8px;
font-size: 0.8em;
line-height: 17px;
.inner {
position: inherit;
}
.x {
display: none;
}
}
.snippet {
font-size: @font-size-small;
overflow: hidden;