changeset 5123:1f2269c26f93

comments: fix permalink symbol appearance on hover It broke when 293066605a43 did that the permalink a no longer was immediate child of a div. Instead, accept an intermediate span ... and thus make the hover target bigger.
author Mads Kiilerich <madski@unity3d.com>
date Wed, 13 May 2015 01:27:50 +0200
parents dbbe3b1a442d
children e3aab61a9411
files kallithea/public/css/style.css
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/kallithea/public/css/style.css	Wed May 13 01:27:19 2015 +0200
+++ b/kallithea/public/css/style.css	Wed May 13 01:27:50 2015 +0200
@@ -253,7 +253,8 @@
 h4:hover > a.permalink,
 h5:hover > a.permalink,
 h6:hover > a.permalink,
-div:hover > a.permalink {
+div:hover > a.permalink,
+div:hover > span > a.permalink {
     visibility: visible;
 }