Add hover background color to SSO buttons (#7500)

pull/21833/head
Aaron Raimist 2022-01-10 07:30:31 -06:00 committed by GitHub
parent 4854a53b74
commit 368085982f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -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;