From 225479c3a9dae14303a1ca027a7ac3d6347904ee Mon Sep 17 00:00:00 2001 From: Tasawer Nawaz Date: Mon, 30 Jul 2018 14:59:06 +0500 Subject: [PATCH] fix contrast of button on contact us page LEARNER-5867 --- lms/static/sass/views/_support.scss | 6 ------ 1 file changed, 6 deletions(-) diff --git a/lms/static/sass/views/_support.scss b/lms/static/sass/views/_support.scss index da4872d80b..aa90289e2d 100644 --- a/lms/static/sass/views/_support.scss +++ b/lms/static/sass/views/_support.scss @@ -216,12 +216,6 @@ border: 1px solid $blue; border-radius: 3px; color: $blue; - - &:hover, - &:focus { - color: $blue; - background-color: $mediumGrey !important; - } } .label-course {