PERFECT - Just removing that line in mixins.less has done the trick. All looking good now. Thanks so much.
I'll report the solution over on the EasyBlog forums too.
Now is this a tweak I need to keep applying after Gantry upgrades - or is this something that you superheroes will make as a permanent tweak in the Gantry code?
To be honest I'm not even sure what this icons.less is good for (obviously some icons?).
I will report this conflict to our devs. They will decide what to do.
I too, am having this same issue. However, I am using the Gantry template, (the rocketlauncher from gantry-framework.org). You said that the solution was to visit:
/templates/gantry/less/mixins/rockettheme/mixins.less
and remove this line
@import "icons.less";
. . . but there is no @import "icons.less"; line in the mixins.less file . Additionally, there is no icons.less file to remove the suggested code below:
i {
background-image: url("@{iconSpritePath}") !important;
background-repeat: no-repeat;
background-position: 16px 16px; // reset of default position from 0 0 to a transparent location, out of the sprite
vertical-align: text-top;
font-style: normal;
display: inline-block;
.square(16px);
.ie7-restore-right-whitespace();
}