Răsfoiți Sursa

fixed: background hover colour (#4889)

maTh 3 ani în urmă
părinte
comite
1184c20467

+ 0 - 8
p/themes/Flat/flat.css

@@ -744,10 +744,6 @@ a.btn {
 	background: #fff3ed;
 }
 
-.flux.not_read:not(.current):hover .item.title {
-	background: inherit;
-}
-
 .flux.favorite {
 	border-left-color: #ffc300;
 }
@@ -756,10 +752,6 @@ a.btn {
 	background: #fff6da;
 }
 
-.flux.favorite:not(.current):hover .item.title {
-	background: #fff6da;
-}
-
 .flux_header {
 	font-size: 0.8rem;
 	cursor: pointer;

+ 0 - 8
p/themes/Flat/flat.rtl.css

@@ -744,10 +744,6 @@ a.btn {
 	background: #fff3ed;
 }
 
-.flux.not_read:not(.current):hover .item.title {
-	background: inherit;
-}
-
 .flux.favorite {
 	border-right-color: #ffc300;
 }
@@ -756,10 +752,6 @@ a.btn {
 	background: #fff6da;
 }
 
-.flux.favorite:not(.current):hover .item.title {
-	background: #fff6da;
-}
-
 .flux_header {
 	font-size: 0.8rem;
 	cursor: pointer;

+ 2 - 2
p/themes/Pafat/pafat.css

@@ -766,8 +766,8 @@ a.signin {
 	background: #fff6da;
 }
 
-.flux.favorite:not(.current):hover .item.title {
-	background: #fff6da;
+.flux.favorite:not(.current) .flux_header:hover {
+	background: #fff9e8;
 }
 
 .flux_header {

+ 2 - 2
p/themes/Pafat/pafat.rtl.css

@@ -766,8 +766,8 @@ a.signin {
 	background: #fff6da;
 }
 
-.flux.favorite:not(.current):hover .item.title {
-	background: #fff6da;
+.flux.favorite:not(.current) .flux_header:hover {
+	background: #fff9e8;
 }
 
 .flux_header {

+ 1 - 1
p/themes/base-theme/frss.css

@@ -1177,7 +1177,7 @@ a.website:hover .favicon {
 }
 
 .flux:not(.current):hover .item.title {
-	background-color: var(--frss-background-color);
+	background-color: inherit;
 	max-width: calc(100% - 320px);
 	position: absolute;
 }

+ 1 - 1
p/themes/base-theme/frss.rtl.css

@@ -1177,7 +1177,7 @@ a.website:hover .favicon {
 }
 
 .flux:not(.current):hover .item.title {
-	background-color: var(--frss-background-color);
+	background-color: inherit;
 	max-width: calc(100% - 320px);
 	position: absolute;
 }