From f3fb616d172475ea34e6d6d2fa7036fb8cb6ea7c Mon Sep 17 00:00:00 2001 From: Cynthia Lin Date: Wed, 22 Aug 2018 15:32:00 -0700 Subject: [PATCH] night mode: Improve styling of user groups in night mode. --- static/styles/night_mode.scss | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/static/styles/night_mode.scss b/static/styles/night_mode.scss index 20909fcb10..ef699c1721 100644 --- a/static/styles/night_mode.scss +++ b/static/styles/night_mode.scss @@ -74,7 +74,7 @@ on a dark background, and don't change the dark labels dark either. */ opacity: 0.5; } - .new-style .button, + .new-style .button:not(.save-status), .new-style .button[disabled=disabled]:hover, input[type="text"], input[type="email"], @@ -140,7 +140,7 @@ on a dark background, and don't change the dark labels dark either. */ color: inherit; } - .new-style button.button:focus, + .new-style .button:not(.save-status):focus, input[type="text"]:focus, input[type="email"]:focus, input[type="number"]:focus, @@ -225,6 +225,7 @@ on a dark background, and don't change the dark labels dark either. */ .clear_search_button:focus, .clear_search_button:active, .clear_search_button[disabled]:hover, + #user-groups .save-instructions, #searchbox_legacy a.search_icon, #searchbox_legacy .search_button, #searchbox a.search_icon,