From 7d853aff41a2db0b47264e33771729dd0dbb0dc1 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sun, 29 Jun 2014 13:27:52 +0200 Subject: clean: fix hovering foo --- cgi/templates/layouts/default.html.ep | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cgi/templates/layouts/default.html.ep b/cgi/templates/layouts/default.html.ep index cb1e99e..3a8e33f 100644 --- a/cgi/templates/layouts/default.html.ep +++ b/cgi/templates/layouts/default.html.ep @@ -96,7 +96,8 @@ visibility: hidden; } - div.displayclean li:hover .moreinfo { + div.displayclean li:hover .moreinfo + div.displayclean li .moreinfo:hover { visibility: visible; } -- cgit v1.2.3