From 644d20ec991ef29dc9a571af9bff66d0e06fd5f7 Mon Sep 17 00:00:00 2001 From: Chris Rodriguez Date: Thu, 13 Aug 2015 15:07:13 -0400 Subject: [PATCH] Addressing PR feedback --- lms/static/sass/course/modules/_calculator.scss | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/lms/static/sass/course/modules/_calculator.scss b/lms/static/sass/course/modules/_calculator.scss index 44224849b9..ee8e139526 100644 --- a/lms/static/sass/course/modules/_calculator.scss +++ b/lms/static/sass/course/modules/_calculator.scss @@ -90,7 +90,7 @@ width: flex-grid(.5) + flex-gutter(); &:hover, &:focus { - color: #333; + color: $link-color; } .calc-button-label { @@ -134,8 +134,6 @@ padding: 10px; -webkit-appearance: none; width: 100%; - background: $black; - color: $white; &:focus { border: none;