Simplify message .priorityHigh

This commit is contained in:
the-djmaze 2022-09-12 23:13:04 +02:00
parent a3a4a057e5
commit 7dc4b283b3
5 changed files with 19 additions and 12 deletions

View file

@ -211,11 +211,10 @@ html:not(rl-mobile) {
border-left-color: #ccc;
}
.priorityHigh::before {
content: '!'; /*❗*/
&.priorityHigh .subjectParent::before {
content: '! '; /*❗*/
color: red;
font-weight: bolder;
margin-right: 5px;
}
&.deleted {