make .icon empty when no additional class is given
This commit is contained in:
parent
8166dfb92f
commit
5f0ec60242
1 changed files with 2 additions and 0 deletions
|
@ -765,6 +765,8 @@ ol.tabs li {
|
|||
width: 20px;
|
||||
height: 20px;
|
||||
background-image: url(<%= asset_path "sprite.svg" %>);
|
||||
background-repeat: no-repeat;
|
||||
background-position: 20px 20px; /* make icon empty */
|
||||
}
|
||||
|
||||
.light.cog.icon {
|
||||
|
|
Loading…
Reference in a new issue