diff options
Diffstat (limited to 'p/themes/Ansum/_list-view.scss')
| -rw-r--r-- | p/themes/Ansum/_list-view.scss | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/p/themes/Ansum/_list-view.scss b/p/themes/Ansum/_list-view.scss index 1ffd68dc7..ed24e8675 100644 --- a/p/themes/Ansum/_list-view.scss +++ b/p/themes/Ansum/_list-view.scss @@ -24,6 +24,10 @@ &.current { background: variables.$white; border-left-color: variables.$main-first; + + &:not(.active) { + background: variables.$grey-lighter; + } } &.not_read:not(.current) { |
