aboutsummaryrefslogtreecommitdiff
path: root/templates/@theme-base
diff options
context:
space:
mode:
authorCristiano Almeida <[email protected]>2020-03-10 10:21:29 +0000
committerCristiano Almeida <[email protected]>2020-03-10 10:21:29 +0000
commitab95b3bc7f0d2facd9d18fadc0590a3b308d57bf (patch)
tree55c2c606e7b175e00d8ec111594fa75ec0e72a01 /templates/@theme-base
parentf463128beb4bc5c888d6791b4056a49caa53f993 (diff)
downloadprotonmail-themes-ab95b3bc7f0d2facd9d18fadc0590a3b308d57bf.tar.xz
protonmail-themes-ab95b3bc7f0d2facd9d18fadc0590a3b308d57bf.zip
Fixes unread messages styles on row layout.
Diffstat (limited to 'templates/@theme-base')
-rw-r--r--templates/@theme-base/_full.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/@theme-base/_full.scss b/templates/@theme-base/_full.scss
index a3c37b0..e202647 100644
--- a/templates/@theme-base/_full.scss
+++ b/templates/@theme-base/_full.scss
@@ -77,7 +77,7 @@ body {
// Unread, not active
.conversation.item-container:not(.item-is-selected):not(.item-contact):not(.read):not(.active),
-.conversation.item-container-row:not(.item-contact):not(.read):not(.active), .squireToolbar-container {
+.conversation.item-container-row:not(.item-is-selected):not(.item-contact):not(.read):not(.active), .squireToolbar-container {
background: lighten($base, 5%);
}