aboutsummaryrefslogtreecommitdiff
path: root/p/themes/Pafat/pafat.rtl.css
diff options
context:
space:
mode:
authorGravatar maTh <math-home@web.de> 2023-03-18 22:56:39 +0100
committerGravatar GitHub <noreply@github.com> 2023-03-18 22:56:39 +0100
commit73b4fd74a4dd1259e2cefb06b41e86658f98ee5f (patch)
tree9aa1556a9b9021340f9957b1b3304ac48f0c6271 /p/themes/Pafat/pafat.rtl.css
parentafccff44560f2da74f42d458259a9e473a281c33 (diff)
fix: highlight next/prev article while using shortcuts (#5211)
* fix * Update p/themes/Ansum/ansum.css Co-authored-by: Frans de Jonge <fransdejonge@gmail.com> * fix --------- Co-authored-by: Frans de Jonge <fransdejonge@gmail.com>
Diffstat (limited to 'p/themes/Pafat/pafat.rtl.css')
-rw-r--r--p/themes/Pafat/pafat.rtl.css9
1 files changed, 6 insertions, 3 deletions
diff --git a/p/themes/Pafat/pafat.rtl.css b/p/themes/Pafat/pafat.rtl.css
index 8a71232bb..f9af832cd 100644
--- a/p/themes/Pafat/pafat.rtl.css
+++ b/p/themes/Pafat/pafat.rtl.css
@@ -810,7 +810,8 @@ a.signin {
border-right: 2px solid var(--border-left-article);
}
-.flux .flux_header:hover {
+.flux .flux_header:hover,
+.flux.current .flux_header {
background-color: var(--background-color-grey-hover);
}
@@ -827,7 +828,8 @@ a.signin {
border-right: 2px solid var(--border-left-article-unread);
}
-.flux .item.title a, .flux.not_read:not(.current):hover .item.title {
+.flux .item.title a,
+.flux.not_read:not(.current):hover .item.title {
color: var(--font-color-link-title);
}
@@ -839,7 +841,8 @@ a.signin {
background-color: var(--background-color-favorite);
}
-.flux.favorite:not(.current) .flux_header:hover {
+.flux.favorite:not(.current) .flux_header:hover,
+.flux.favorite.current .flux_header {
background-color: var(--background-color-favorite-hover);
}