Browse Source

[fix] Origine unread CSS style (#2611)

Fixes #2604.
Frans de Jonge 6 years ago
parent
commit
7d9574e6f2
1 changed files with 5 additions and 2 deletions
  1. 5 2
      p/themes/Origine/origine.css

+ 5 - 2
p/themes/Origine/origine.css

@@ -782,14 +782,17 @@ a.btn {
 }
 }
 
 
 .flux.not_read {
 .flux.not_read {
-	background: #fff3ed;
 	border-left: 2px solid #ff5300;
 	border-left: 2px solid #ff5300;
 }
 }
 
 
-.flux.not_read:not(.current):hover .item.title {
+.flux.not_read:not(.current) {
 	background: #fff3ed;
 	background: #fff3ed;
 }
 }
 
 
+.flux.not_read:not(.current):hover .item.title {
+	background: inherit;
+}
+
 .flux.favorite {
 .flux.favorite {
 	background: #fff6da;
 	background: #fff6da;
 	border-left: 2px solid #ffc300;
 	border-left: 2px solid #ffc300;