mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-09-06 20:54:26 +08:00
fix(labels): Labels should not show "X" in wide mode
This commit is contained in:
parent
688582bf57
commit
3888c0c510
1 changed files with 12 additions and 7 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue