mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-02 14:07:04 +03:00
Reduce excessive DOM even more
This commit is contained in:
parent
00bc92f4c7
commit
d2550c3139
8 changed files with 27 additions and 64 deletions
|
|
@ -78,26 +78,6 @@
|
|||
font-size: 14px;
|
||||
border-left: 3px solid transparent;
|
||||
|
||||
.inbox-star-icon {
|
||||
display: none;
|
||||
margin-left: 7px;
|
||||
|
||||
.flagged {
|
||||
display: none;
|
||||
}
|
||||
.unflagged {
|
||||
opacity: .5;
|
||||
|
||||
&:hover {
|
||||
opacity: 1;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
&.is-inbox .inbox-star-icon {
|
||||
display: inline;
|
||||
}
|
||||
|
||||
padding: 0 @folderItemPadding;
|
||||
|
||||
text-decoration: none;
|
||||
|
|
@ -184,13 +164,18 @@
|
|||
text-shadow: 0 -1px 0 rgba(0,0,0,.25);
|
||||
}
|
||||
|
||||
.inbox-star-icon {
|
||||
margin-left: 7px;
|
||||
}
|
||||
.inbox-star-icon::after {
|
||||
content:'☆';
|
||||
opacity: .5;
|
||||
}
|
||||
&.inbox-is-starred {
|
||||
.flagged {
|
||||
.inbox-star-icon::after {
|
||||
color: orange;
|
||||
display: inline-block !important;
|
||||
}
|
||||
.unflagged {
|
||||
display: none;
|
||||
content:'★';
|
||||
opacity: 1;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue