diff options
| author | cristiano <[email protected]> | 2019-12-18 18:00:41 +0000 |
|---|---|---|
| committer | cristiano <[email protected]> | 2019-12-18 18:00:41 +0000 |
| commit | 63ced04c63ff3ac3b7ac9742a3ad254d3edbd5a3 (patch) | |
| tree | b1b63f315ad338348b22b69dd51b525e7807f060 /templates/@theme-base | |
| parent | 9f7ec05da2ba96d3fe8b8ee038536d52b79feb32 (diff) | |
| download | protonmail-themes-63ced04c63ff3ac3b7ac9742a3ad254d3edbd5a3.tar.xz protonmail-themes-63ced04c63ff3ac3b7ac9742a3ad254d3edbd5a3.zip | |
Clear background on unread items (fix).
It would break visibility if theme color is dark.
Diffstat (limited to 'templates/@theme-base')
| -rw-r--r-- | templates/@theme-base/_styles.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/@theme-base/_styles.scss b/templates/@theme-base/_styles.scss index 73d383c..b44b79c 100644 --- a/templates/@theme-base/_styles.scss +++ b/templates/@theme-base/_styles.scss @@ -79,7 +79,7 @@ $boxshadow-main: none; &.item-container { &:not(.item-is-selected):not(.item-contact):not(.read):not(.active) { - + background: $color-standard-text; } } |
