From 3730b4222f76a260fa6ab599475a31afae001167 Mon Sep 17 00:00:00 2001 From: Saivann Date: Sun, 25 May 2014 09:31:34 -0400 Subject: [PATCH] Use SVG icon for anchor link affordance --- _less/screen.less | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/_less/screen.less b/_less/screen.less index dda2d399..d489ce0a 100644 --- a/_less/screen.less +++ b/_less/screen.less @@ -788,15 +788,15 @@ table td,table th{ } .anchorAf a{ display:none; -} -.anchorAf:hover a{ - display:block; position:absolute; width:24px; left:-24px; bottom:0; top:0; - background:url(/img/mini_ico_anchor.png) no-repeat center center; + background:url(/img/mini_ico_anchor.svg) no-repeat center center; +} +.anchorAf:hover a{ + display:block; } .develdocdisclaimer{