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:
Tommy Ip 2016-12-25 21:46:25 +00:00 committed by Tim Abbott
parent 535ce90272
commit 7b6603b169
1 changed files with 2 additions and 1 deletions

View File

@ -2525,7 +2525,8 @@ button.topic_edit_cancel {
margin-right: 25px;
}
.deactivated_user {
.deactivated_user .user_name,
.deactivated_user .email {
text-decoration: line-through;
}