mirror of
https://github.com/zulip/zulip.git
synced 2025-11-01 20:44:04 +00:00
settings-css: Combine rules for disabled button pointer-events.
This commit is contained in:
committed by
Tim Abbott
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 {
|
||||
|
||||
Reference in New Issue
Block a user