aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--p/themes/Alternative-Dark/adark.css2
-rw-r--r--p/themes/Alternative-Dark/adark.rtl.css2
-rw-r--r--p/themes/Ansum/_list-view.scss10
-rw-r--r--p/themes/Ansum/ansum.css4
-rw-r--r--p/themes/Ansum/ansum.rtl.css4
-rw-r--r--p/themes/BlueLagoon/BlueLagoon.css2
-rw-r--r--p/themes/BlueLagoon/BlueLagoon.rtl.css2
-rw-r--r--p/themes/Dark/dark.css2
-rw-r--r--p/themes/Dark/dark.rtl.css2
-rw-r--r--p/themes/Flat/flat.css2
-rw-r--r--p/themes/Flat/flat.rtl.css2
-rw-r--r--p/themes/Mapco/_list-view.scss10
-rw-r--r--p/themes/Mapco/mapco.css4
-rw-r--r--p/themes/Mapco/mapco.rtl.css4
-rw-r--r--p/themes/Origine/origine.css8
-rw-r--r--p/themes/Origine/origine.rtl.css8
-rw-r--r--p/themes/Pafat/pafat.css2
-rw-r--r--p/themes/Pafat/pafat.rtl.css2
-rw-r--r--p/themes/Screwdriver/screwdriver.css2
-rw-r--r--p/themes/Screwdriver/screwdriver.rtl.css2
-rw-r--r--p/themes/Swage/swage.css4
-rw-r--r--p/themes/Swage/swage.rtl.css4
-rw-r--r--p/themes/Swage/swage.scss2
23 files changed, 45 insertions, 41 deletions
diff --git a/p/themes/Alternative-Dark/adark.css b/p/themes/Alternative-Dark/adark.css
index 867110efe..4cab202f6 100644
--- a/p/themes/Alternative-Dark/adark.css
+++ b/p/themes/Alternative-Dark/adark.css
@@ -742,7 +742,7 @@ kbd {
border-left-style: solid;
}
-.flux:hover {
+.flux .flux_header:hover {
background: var(--background-color-hover) !important;
}
diff --git a/p/themes/Alternative-Dark/adark.rtl.css b/p/themes/Alternative-Dark/adark.rtl.css
index 3832ab7f9..a98691b40 100644
--- a/p/themes/Alternative-Dark/adark.rtl.css
+++ b/p/themes/Alternative-Dark/adark.rtl.css
@@ -742,7 +742,7 @@ kbd {
border-right-style: solid;
}
-.flux:hover {
+.flux .flux_header:hover {
background: var(--background-color-hover) !important;
}
diff --git a/p/themes/Ansum/_list-view.scss b/p/themes/Ansum/_list-view.scss
index c85c6f8fb..1ffd68dc7 100644
--- a/p/themes/Ansum/_list-view.scss
+++ b/p/themes/Ansum/_list-view.scss
@@ -11,11 +11,13 @@
@include mixins.transition(all, 0.15s, ease-in-out);
- &:hover {
- background: variables.$grey-lighter;
-
- &:not(.current):hover .item.title {
+ .flux_header {
+ &:hover {
background: variables.$grey-lighter;
+
+ &:not(.current):hover .item.title {
+ background: variables.$grey-lighter;
+ }
}
}
diff --git a/p/themes/Ansum/ansum.css b/p/themes/Ansum/ansum.css
index b38f6e578..dfc7562f9 100644
--- a/p/themes/Ansum/ansum.css
+++ b/p/themes/Ansum/ansum.css
@@ -977,10 +977,10 @@ main.prompt {
background: #fff;
transition: all 0.15s ease-in-out;
}
-.flux:hover {
+.flux .flux_header:hover {
background: #fcfaf8;
}
-.flux:hover:not(.current):hover .item.title {
+.flux .flux_header:hover:not(.current):hover .item.title {
background: #fcfaf8;
}
.flux.current {
diff --git a/p/themes/Ansum/ansum.rtl.css b/p/themes/Ansum/ansum.rtl.css
index 261017071..c5809c501 100644
--- a/p/themes/Ansum/ansum.rtl.css
+++ b/p/themes/Ansum/ansum.rtl.css
@@ -977,10 +977,10 @@ main.prompt {
background: #fff;
transition: all 0.15s ease-in-out;
}
-.flux:hover {
+.flux .flux_header:hover {
background: #fcfaf8;
}
-.flux:hover:not(.current):hover .item.title {
+.flux .flux_header:hover:not(.current):hover .item.title {
background: #fcfaf8;
}
.flux.current {
diff --git a/p/themes/BlueLagoon/BlueLagoon.css b/p/themes/BlueLagoon/BlueLagoon.css
index 21a0f0352..c76057e79 100644
--- a/p/themes/BlueLagoon/BlueLagoon.css
+++ b/p/themes/BlueLagoon/BlueLagoon.css
@@ -802,7 +802,7 @@ a.btn {
background: #f9f7f4;
}
-.flux:hover {
+.flux .flux_header:hover {
background: #f9f7f4;
}
diff --git a/p/themes/BlueLagoon/BlueLagoon.rtl.css b/p/themes/BlueLagoon/BlueLagoon.rtl.css
index 6f081f80a..cf4980cee 100644
--- a/p/themes/BlueLagoon/BlueLagoon.rtl.css
+++ b/p/themes/BlueLagoon/BlueLagoon.rtl.css
@@ -802,7 +802,7 @@ a.btn {
background: #f9f7f4;
}
-.flux:hover {
+.flux .flux_header:hover {
background: #f9f7f4;
}
diff --git a/p/themes/Dark/dark.css b/p/themes/Dark/dark.css
index 89e9e007c..61f28bde8 100644
--- a/p/themes/Dark/dark.css
+++ b/p/themes/Dark/dark.css
@@ -717,7 +717,7 @@ a.btn {
border-left: 2px solid #2f2f2f;
}
-.flux:hover {
+.flux .flux_header:hover {
background: #111;
}
diff --git a/p/themes/Dark/dark.rtl.css b/p/themes/Dark/dark.rtl.css
index b7d70c2bd..562c2addf 100644
--- a/p/themes/Dark/dark.rtl.css
+++ b/p/themes/Dark/dark.rtl.css
@@ -717,7 +717,7 @@ a.btn {
border-right: 2px solid #2f2f2f;
}
-.flux:hover {
+.flux .flux_header:hover {
background: #111;
}
diff --git a/p/themes/Flat/flat.css b/p/themes/Flat/flat.css
index 5982f7003..ff866f413 100644
--- a/p/themes/Flat/flat.css
+++ b/p/themes/Flat/flat.css
@@ -728,7 +728,7 @@ a.btn {
border-left: 2px solid #ecf0f1;
}
-.flux:hover {
+.flux .flux_header:hover {
background: #fff;
}
diff --git a/p/themes/Flat/flat.rtl.css b/p/themes/Flat/flat.rtl.css
index fa802c438..84142e6de 100644
--- a/p/themes/Flat/flat.rtl.css
+++ b/p/themes/Flat/flat.rtl.css
@@ -728,7 +728,7 @@ a.btn {
border-right: 2px solid #ecf0f1;
}
-.flux:hover {
+.flux .flux_header:hover {
background: #fff;
}
diff --git a/p/themes/Mapco/_list-view.scss b/p/themes/Mapco/_list-view.scss
index 40fab3c1c..7d0fb87f4 100644
--- a/p/themes/Mapco/_list-view.scss
+++ b/p/themes/Mapco/_list-view.scss
@@ -10,11 +10,13 @@
@include mixins.transition(all, 0.15s, ease-in-out);
- &:hover {
- background: variables.$grey-lighter;
-
- &:not(.current):hover .item.title {
+ .flux_header {
+ &:hover {
background: variables.$grey-lighter;
+
+ &:not(.current):hover .item.title {
+ background: variables.$grey-lighter;
+ }
}
}
diff --git a/p/themes/Mapco/mapco.css b/p/themes/Mapco/mapco.css
index bdf8a0434..656cb87a2 100644
--- a/p/themes/Mapco/mapco.css
+++ b/p/themes/Mapco/mapco.css
@@ -995,10 +995,10 @@ main.prompt {
background: #fff;
transition: all 0.15s ease-in-out;
}
-.flux:hover {
+.flux .flux_header:hover {
background: #f9fafb;
}
-.flux:hover:not(.current):hover .item.title {
+.flux .flux_header:hover:not(.current):hover .item.title {
background: #f9fafb;
}
.flux.current {
diff --git a/p/themes/Mapco/mapco.rtl.css b/p/themes/Mapco/mapco.rtl.css
index a7048395d..a1aaa42f6 100644
--- a/p/themes/Mapco/mapco.rtl.css
+++ b/p/themes/Mapco/mapco.rtl.css
@@ -995,10 +995,10 @@ main.prompt {
background: #fff;
transition: all 0.15s ease-in-out;
}
-.flux:hover {
+.flux .flux_header:hover {
background: #f9fafb;
}
-.flux:hover:not(.current):hover .item.title {
+.flux .flux_header:hover:not(.current):hover .item.title {
background: #f9fafb;
}
.flux.current {
diff --git a/p/themes/Origine/origine.css b/p/themes/Origine/origine.css
index e4d91099b..5420c577f 100644
--- a/p/themes/Origine/origine.css
+++ b/p/themes/Origine/origine.css
@@ -828,15 +828,15 @@ a:hover .icon {
border-left: 2px solid transparent;
}
-.flux:hover:not(.active) {
+.flux .flux_header:hover {
background-color: var(--background-color-hover) !important;
}
-.flux:not(.current):hover .item.title {
+.flux .flux_header:not(.current):hover .item.title {
background: inherit;
}
-.flux.current {
+.flux.current .flux_header {
background-color: var(--background-color-light);
border-left: 2px solid var(--contrast-border-color-active);
}
@@ -845,7 +845,7 @@ a:hover .icon {
border-left: 2px solid var(--unread-article-border-color);
}
-.flux.not_read:not(.current) {
+.flux.not_read .flux_header {
background-color: var(--unread-article-background-color);
}
diff --git a/p/themes/Origine/origine.rtl.css b/p/themes/Origine/origine.rtl.css
index d26c17bdb..036641bf9 100644
--- a/p/themes/Origine/origine.rtl.css
+++ b/p/themes/Origine/origine.rtl.css
@@ -828,15 +828,15 @@ a:hover .icon {
border-right: 2px solid transparent;
}
-.flux:hover:not(.active) {
+.flux .flux_header:hover {
background-color: var(--background-color-hover) !important;
}
-.flux:not(.current):hover .item.title {
+.flux .flux_header:not(.current):hover .item.title {
background: inherit;
}
-.flux.current {
+.flux.current .flux_header {
background-color: var(--background-color-light);
border-right: 2px solid var(--contrast-border-color-active);
}
@@ -845,7 +845,7 @@ a:hover .icon {
border-right: 2px solid var(--unread-article-border-color);
}
-.flux.not_read:not(.current) {
+.flux.not_read .flux_header {
background-color: var(--unread-article-background-color);
}
diff --git a/p/themes/Pafat/pafat.css b/p/themes/Pafat/pafat.css
index bf360127c..292f2eae2 100644
--- a/p/themes/Pafat/pafat.css
+++ b/p/themes/Pafat/pafat.css
@@ -742,7 +742,7 @@ a.signin {
border-left: 3px solid #5cb85c;
}
-.flux:hover {
+.flux .flux_header:hover {
background: #fff;
}
diff --git a/p/themes/Pafat/pafat.rtl.css b/p/themes/Pafat/pafat.rtl.css
index e11c9ab81..6e2d1ed38 100644
--- a/p/themes/Pafat/pafat.rtl.css
+++ b/p/themes/Pafat/pafat.rtl.css
@@ -742,7 +742,7 @@ a.signin {
border-right: 3px solid #5cb85c;
}
-.flux:hover {
+.flux .flux_header:hover {
background: #fff;
}
diff --git a/p/themes/Screwdriver/screwdriver.css b/p/themes/Screwdriver/screwdriver.css
index 84c3b4c38..499d65342 100644
--- a/p/themes/Screwdriver/screwdriver.css
+++ b/p/themes/Screwdriver/screwdriver.css
@@ -780,7 +780,7 @@ a.btn {
background: #ede7de;
}
-.flux:hover {
+.flux .flux_header:hover {
background: #f9f7f4;
}
diff --git a/p/themes/Screwdriver/screwdriver.rtl.css b/p/themes/Screwdriver/screwdriver.rtl.css
index cff62199f..856043850 100644
--- a/p/themes/Screwdriver/screwdriver.rtl.css
+++ b/p/themes/Screwdriver/screwdriver.rtl.css
@@ -780,7 +780,7 @@ a.btn {
background: #ede7de;
}
-.flux:hover {
+.flux .flux_header:hover {
background: #f9f7f4;
}
diff --git a/p/themes/Swage/swage.css b/p/themes/Swage/swage.css
index 44a986bb9..7a7339916 100644
--- a/p/themes/Swage/swage.css
+++ b/p/themes/Swage/swage.css
@@ -754,11 +754,11 @@ form th {
width: 90%;
border-top: 1px solid var(--color-border-light-darker);
}
-.flux:hover,
+.flux .flux_header:hover,
.flux .current {
background-color: var(--color-background-hover);
}
-.flux:hover:not(.current):hover .item.title,
+.flux .flux_header:hover:not(.current):hover .item.title,
.flux .current:not(.current):hover .item.title {
background-color: var(--color-background-hover);
}
diff --git a/p/themes/Swage/swage.rtl.css b/p/themes/Swage/swage.rtl.css
index 24b0bbcfb..e3977753f 100644
--- a/p/themes/Swage/swage.rtl.css
+++ b/p/themes/Swage/swage.rtl.css
@@ -754,11 +754,11 @@ form th {
width: 90%;
border-top: 1px solid var(--color-border-light-darker);
}
-.flux:hover,
+.flux .flux_header:hover,
.flux .current {
background-color: var(--color-background-hover);
}
-.flux:hover:not(.current):hover .item.title,
+.flux .flux_header:hover:not(.current):hover .item.title,
.flux .current:not(.current):hover .item.title {
background-color: var(--color-background-hover);
}
diff --git a/p/themes/Swage/swage.scss b/p/themes/Swage/swage.scss
index f3ec8cf5c..e5a3cbfc3 100644
--- a/p/themes/Swage/swage.scss
+++ b/p/themes/Swage/swage.scss
@@ -971,7 +971,7 @@ form {
border-top: 1px solid var(--color-border-light-darker);
}
- &:hover,
+ .flux_header:hover,
.current {
background-color: var(--color-background-hover);