mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-30 04:29:21 +03:00
Replace {'inbox-star-icon': isInboxStarred} with {'flag-icon': isFlagged} for future improvements
This commit is contained in:
parent
db1615f2ca
commit
8934205ede
6 changed files with 14 additions and 17 deletions
|
|
@ -175,15 +175,15 @@
|
|||
right: 0;
|
||||
}
|
||||
|
||||
.inbox-star-icon {
|
||||
.flag-icon {
|
||||
margin-left: 7px;
|
||||
}
|
||||
.inbox-star-icon::after {
|
||||
.flag-icon::after {
|
||||
content:'☆';
|
||||
opacity: .5;
|
||||
}
|
||||
&.inbox-is-starred {
|
||||
.inbox-star-icon::after {
|
||||
.is-flagged {
|
||||
.flag-icon::after {
|
||||
color: orange;
|
||||
content:'★';
|
||||
opacity: 1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue