diff options
| -rw-r--r-- | p/themes/Dark/freshrss.css | 2 | ||||
| -rw-r--r-- | p/themes/Flat/freshrss.css | 2 | ||||
| -rw-r--r-- | p/themes/Origine/freshrss.css | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/p/themes/Dark/freshrss.css b/p/themes/Dark/freshrss.css index e9eb2c705..a5fb06bd2 100644 --- a/p/themes/Dark/freshrss.css +++ b/p/themes/Dark/freshrss.css @@ -269,7 +269,7 @@ .flux .item.title { background: inherit; } - .flux:hover .item.title { + .flux:not(.current):hover .item.title { border-right: 2px solid rgba(127, 127, 127, 0.1); padding-right: 1em; position: absolute; diff --git a/p/themes/Flat/freshrss.css b/p/themes/Flat/freshrss.css index dca1b3f28..f3bef7222 100644 --- a/p/themes/Flat/freshrss.css +++ b/p/themes/Flat/freshrss.css @@ -264,7 +264,7 @@ body { .flux .item.title { background: inherit; } - .flux:hover .item.title { + .flux:not(.current):hover .item.title { border-right: 2px solid rgba(127, 127, 127, 0.1); padding-right: 1em; position: absolute; diff --git a/p/themes/Origine/freshrss.css b/p/themes/Origine/freshrss.css index 593f21d30..c71e516ce 100644 --- a/p/themes/Origine/freshrss.css +++ b/p/themes/Origine/freshrss.css @@ -278,7 +278,7 @@ .flux .item.title { background: inherit; } - .flux:hover .item.title { + .flux:not(.current):hover .item.title { border-right: 2px solid rgba(127, 127, 127, 0.1); padding-right: 1em; position: absolute; |
