mirror of
https://github.com/zulip/zulip.git
synced 2026-06-30 21:11:04 +08:00
settings-css: Combine rules for disabled button pointer-events.
This commit is contained in:
parent
26696aaa53
commit
264a34d543
@ -158,12 +158,6 @@ h3,
|
||||
}
|
||||
}
|
||||
|
||||
#change_email_button {
|
||||
&:disabled {
|
||||
pointer-events: none;
|
||||
}
|
||||
}
|
||||
|
||||
#change_password_modal,
|
||||
#change_email_modal {
|
||||
max-width: 480px;
|
||||
@ -187,6 +181,7 @@ h3,
|
||||
}
|
||||
}
|
||||
|
||||
#change_email_button,
|
||||
#user_deactivate_account_button,
|
||||
#deactivate_realm_button {
|
||||
&:disabled {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user