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;