[Frontend] Fix button colors in Snow theme

Fixes 
- Problem was actually application of a color
within the .icon class - fix removes that
definition;
This commit is contained in:
Charles Hacskaylo 2016-06-16 17:55:40 -07:00
parent d40c7f1821
commit dea94e4e68

@ -106,7 +106,6 @@ $pad: $interiorMargin * $baseRatio;
.icon {
font-size: 0.8rem;
color: $colorKey;
}
.title-label {