From 23db2e4ffb9660a9949dfc85a1a9469432b35974 Mon Sep 17 00:00:00 2001 From: Squirrel18 Date: Mon, 27 Aug 2018 17:36:33 -0500 Subject: [PATCH] Changes style selectors. --- .../features/_unsupported-browser-alert.scss | 22 ++++++++++--------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/lms/static/sass/features/_unsupported-browser-alert.scss b/lms/static/sass/features/_unsupported-browser-alert.scss index ba6f5320aa..2e2543808c 100644 --- a/lms/static/sass/features/_unsupported-browser-alert.scss +++ b/lms/static/sass/features/_unsupported-browser-alert.scss @@ -22,20 +22,22 @@ $browser-update-ignore-button: $action-primary-disabled-bg; width: 100%; z-index: 2; - a { - color: #fff; + .buorg-buttons { + a { + color: #fff; - &:hover { - color: #fff !important; + &:hover { + color: #fff !important; + } } - } - #buorgul { - background-color: $browser-update-ok-button; - } + #buorgul { + background-color: $browser-update-ok-button; + } - #buorgig { - background-color: $browser-update-ignore-button; + #buorgig { + background-color: $browser-update-ignore-button; + } } }