From f98af0c2733df5c39d6d853df6b0d3ab1d3f582f Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Mon, 20 Jan 2014 14:30:15 +0100 Subject: .flux:not(.current):hover MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Contribue à https://github.com/marienfressinaud/FreshRSS/issues/367 --- p/themes/Flat/freshrss.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'p/themes/Flat/freshrss.css') 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; -- cgit v1.2.3