Skip to content

Commit

Permalink
Merge pull request #2370 from eclipse/cleanup
Browse files Browse the repository at this point in the history
Remove unused code
  • Loading branch information
azatsarynnyy authored Sep 7, 2016
2 parents d67e004 + 74a0712 commit e4ce629
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 108 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -350,8 +350,6 @@ public interface Css extends CssResource {

String button();

String label();

String image();
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -223,12 +223,6 @@
color: primaryButtonDisabledFontColor;
}

.label {
font-family: mainFontFamily;
font-size: fontSize;
color: mainFontColor;
}

svg.image {
fill: mainFontColor;
width: 56px;
Expand Down

0 comments on commit e4ce629

Please sign in to comment.