mirror of https://github.com/zulip/zulip.git
admin: Fix strike-through styling in users & bots tab.
Fix an issue where the `deactivated_user` class is unintentionally applied to the reactivate user and reactive bot buttons. Fixes #2905.
This commit is contained in:
parent
535ce90272
commit
7b6603b169
|
@ -2525,7 +2525,8 @@ button.topic_edit_cancel {
|
|||
margin-right: 25px;
|
||||
}
|
||||
|
||||
.deactivated_user {
|
||||
.deactivated_user .user_name,
|
||||
.deactivated_user .email {
|
||||
text-decoration: line-through;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue