aboutsummaryrefslogtreecommitdiff
path: root/p/themes/Mapco/_list-view.scss
diff options
context:
space:
mode:
Diffstat (limited to 'p/themes/Mapco/_list-view.scss')
-rw-r--r--p/themes/Mapco/_list-view.scss21
1 files changed, 10 insertions, 11 deletions
diff --git a/p/themes/Mapco/_list-view.scss b/p/themes/Mapco/_list-view.scss
index ab3001ee4..760aea96c 100644
--- a/p/themes/Mapco/_list-view.scss
+++ b/p/themes/Mapco/_list-view.scss
@@ -20,19 +20,15 @@
border-left-color: $main-first;
}
- &.not_read {
+ &.not_read:not(.current) {
background: $unread-bg; //--------------------
- // border-left-color: #FF5300;
- &:hover {
- background: $unread-bg-light; //--------------------
- }
-
- &:not(.current):hover .item.title {
- background: $unread-bg-light;
-
+ &:hover .item.title {
+ background: $unread-bg;
}
+ }
+ &.not_read {
.item.title {
a {
color: $unread-font-color; //--------------------
@@ -52,12 +48,15 @@
}
&.favorite {
- background: $fav-light;
border-left-color: $fav-bg;
@include transition(all, 0.15s, ease-in-out);
+ }
- &:not(.current):hover .item.title {
+ &.favorite:not(.current) {
+ background: $fav-light;
+
+ &:hover .item.title {
background: $fav-light;
}
}