aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCristiano Almeida <[email protected]>2020-03-10 10:21:01 +0000
committerCristiano Almeida <[email protected]>2020-03-10 10:21:01 +0000
commitf463128beb4bc5c888d6791b4056a49caa53f993 (patch)
treefd52b6e389f7f951b8049f7c6e40d78b2abe678f
parent38b5c58ea69e978e67e99899716ad93583efaaf2 (diff)
downloadprotonmail-themes-f463128beb4bc5c888d6791b4056a49caa53f993.tar.xz
protonmail-themes-f463128beb4bc5c888d6791b4056a49caa53f993.zip
Fixed unread messages styles on row layout.
-rw-r--r--templates/@theme-base/_styles.scss4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/@theme-base/_styles.scss b/templates/@theme-base/_styles.scss
index 2d2076c..44e7a75 100644
--- a/templates/@theme-base/_styles.scss
+++ b/templates/@theme-base/_styles.scss
@@ -77,13 +77,13 @@ $boxshadow-main: none;
background: $highlight;
}
- &.item-container {
+ &.item-container, &.item-container-row {
&:not(.item-is-selected):not(.item-contact):not(.read):not(.active) {
background: $color-standard-text;
}
}
- &.item-container.active, &.item-is-selected {
+ &.item-container.selected, &.item-container-row.selected {
background: rgba($highlight, 0.1);
}