From dea94e4e68610a74eeb43f4582fee87d4e009182 Mon Sep 17 00:00:00 2001 From: Charles Hacskaylo Date: Thu, 16 Jun 2016 17:55:40 -0700 Subject: [PATCH] [Frontend] Fix button colors in Snow theme Fixes #1014 - Problem was actually application of a color within the .icon class - fix removes that definition; --- platform/commonUI/general/res/sass/controls/_buttons.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/platform/commonUI/general/res/sass/controls/_buttons.scss b/platform/commonUI/general/res/sass/controls/_buttons.scss index 5afad277b2..55e07918e8 100644 --- a/platform/commonUI/general/res/sass/controls/_buttons.scss +++ b/platform/commonUI/general/res/sass/controls/_buttons.scss @@ -106,7 +106,6 @@ $pad: $interiorMargin * $baseRatio; .icon { font-size: 0.8rem; - color: $colorKey; } .title-label {