|
|
@@ -835,13 +835,12 @@ a.btn-attention:hover {
|
|
|
border-right: 2px solid var(--contrast-border-color-active);
|
|
|
}
|
|
|
|
|
|
-.flux .flux_header:hover,
|
|
|
-.flux .flux_header:hover .item {
|
|
|
+.flux .flux_header:hover {
|
|
|
background-color: var(--background-color-hover);
|
|
|
}
|
|
|
|
|
|
.flux .flux_header:not(.current):hover .flux_header,
|
|
|
-.flux .flux_header:not(.current):hover .flux_header .item {
|
|
|
+.flux.current .flux_header {
|
|
|
background-color: var(--background-color-hover);
|
|
|
}
|
|
|
|
|
|
@@ -849,12 +848,12 @@ a.btn-attention:hover {
|
|
|
border-right: 2px solid var(--unread-article-border-color);
|
|
|
}
|
|
|
|
|
|
-.flux.not_read .flux_header .item {
|
|
|
+.flux.not_read .flux_header {
|
|
|
background-color: var(--unread-article-background-color);
|
|
|
}
|
|
|
|
|
|
.flux.not_read:not(.current):hover .flux_header,
|
|
|
-.flux.not_read:not(.current):hover .flux_header .item {
|
|
|
+.flux.not_read.current .flux_header {
|
|
|
background-color: var(--unread-article-background-color-hover);
|
|
|
}
|
|
|
|
|
|
@@ -862,12 +861,12 @@ a.btn-attention:hover {
|
|
|
border-right: 2px solid var(--favorite-article-border-color);
|
|
|
}
|
|
|
|
|
|
-.flux.favorite:not(.current) .flux_header .item {
|
|
|
+.flux.favorite:not(.current) .flux_header {
|
|
|
background-color: var(--favorite-article-background-color);
|
|
|
}
|
|
|
|
|
|
.flux.favorite:not(.current):hover .flux_header,
|
|
|
-.flux.favorite:not(.current):hover .flux_header .item {
|
|
|
+.flux.favorite.current .flux_header {
|
|
|
background-color: var(--favorite-article-background-color-hover);
|
|
|
}
|
|
|
|