From 368085982f050e81b9068dfdcb4cf4daf5228ebc Mon Sep 17 00:00:00 2001 From: Aaron Raimist Date: Mon, 10 Jan 2022 07:30:31 -0600 Subject: [PATCH] Add hover background color to SSO buttons (#7500) --- res/css/views/elements/_SSOButtons.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/res/css/views/elements/_SSOButtons.scss b/res/css/views/elements/_SSOButtons.scss index cb92a6d17d..e8b086c398 100644 --- a/res/css/views/elements/_SSOButtons.scss +++ b/res/css/views/elements/_SSOButtons.scss @@ -45,6 +45,10 @@ limitations under the License. } } + .mx_SSOButton:hover { + background-color: $panel-hover; + } + .mx_SSOButton_default { color: $accent; background-color: $button-secondary-bg-color;