make .icon empty when no additional class is given

This commit is contained in:
Felix Niklas 2014-07-20 23:26:17 +02:00
parent 8166dfb92f
commit 5f0ec60242

View file

@ -765,6 +765,8 @@ ol.tabs li {
width: 20px; width: 20px;
height: 20px; height: 20px;
background-image: url(<%= asset_path "sprite.svg" %>); background-image: url(<%= asset_path "sprite.svg" %>);
background-repeat: no-repeat;
background-position: 20px 20px; /* make icon empty */
} }
.light.cog.icon { .light.cog.icon {