diff options
| author | 2014-01-20 14:30:15 +0100 | |
|---|---|---|
| committer | 2014-01-20 14:30:15 +0100 | |
| commit | f98af0c2733df5c39d6d853df6b0d3ab1d3f582f (patch) | |
| tree | 87bc1762d99eb8ba57d84d9aa6f28e898b88ce6b | |
| parent | 79d4893fc792119c390d2f744246df210b74f637 (diff) | |
.flux:not(.current):hover
Contribue à https://github.com/marienfressinaud/FreshRSS/issues/367
| -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; |
