Skip to content

Commit

Permalink
Get rid of duplicated style
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierluigi Cau committed Jan 28, 2016
1 parent e165497 commit 26fbcc4
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions src/css/components/icons.less
Expand Up @@ -41,6 +41,8 @@

&.help {
background-image: url("img/icons/icon-help.svg");
background-size: contain;

&.active {
background-image: url("img/icons/icon-help-active.svg");
}
Expand Down Expand Up @@ -81,11 +83,6 @@
background-size: contain;
}

&.help {
background-image: url("img/icons/icon-help.svg");
background-size: contain;
}

&.icon-xs {
font-size: floor(@icon-xs-height*@icon-xs-scale);
line-height: floor(@icon-xs-height*@icon-xs-scale);
Expand Down

0 comments on commit 26fbcc4

Please sign in to comment.