mirror of https://github.com/zulip/zulip.git
css: Fix azuread-wrapper name.
It should be azuread-oauth2-wrapper, as the name of the corresponding backend is 'azuread-oauth2'. Without the correct name, the icon isn't showing on the "Log in with AzureAD" button.
This commit is contained in:
parent
37c5f9b9c5
commit
8c85040a92
|
@ -652,7 +652,7 @@ button.login-social-button:active {
|
||||||
transform: translateX(15px) translateY(13px);
|
transform: translateX(15px) translateY(13px);
|
||||||
}
|
}
|
||||||
|
|
||||||
.azuread-wrapper::before {
|
.azuread-oauth2-wrapper::before {
|
||||||
content: "\f17a";
|
content: "\f17a";
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue