From 2ad755e1b836704a1e55c6fe116e55056a428fee Mon Sep 17 00:00:00 2001 From: Stas Vilchik Date: Thu, 23 Oct 2014 09:34:15 +0200 Subject: [PATCH] SONAR-5255 Fix FF, break IE11 --- server/sonar-web/src/main/less/icons.less | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/server/sonar-web/src/main/less/icons.less b/server/sonar-web/src/main/less/icons.less index 1212069bb00..fa174f8b19b 100644 --- a/server/sonar-web/src/main/less/icons.less +++ b/server/sonar-web/src/main/less/icons.less @@ -271,9 +271,7 @@ a[class^="icon-"], a[class*=" icon-"] { &:after { content: "\e60d"; position: absolute; -// top: 0; - left: 0; - margin-top: 2px; + top: 0; left: 0; } &.icon-checkbox-single:after { content: "\e60e"; } -- 2.39.5