accounts: Do not show unconfirmed pending accounts as yellow

main
VT Social 2022-11-26 08:15:34 +00:00
parent d497ccd6ca
commit dd900626ec
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
.batch-table__row{ class: [!account.unavailable? && account.user_pending? && 'batch-table__row--attention',
.batch-table__row{ class: [!account.unavailable? && account.user_pending? && !account.user_unconfirmed? && 'batch-table__row--attention',
(account.unavailable? || account.user_unconfirmed?) && 'batch-table__row--muted',
(account.previous_strikes_count > 0) && 'batch-table__row--warn'] }
%label.batch-table__row__select.batch-table__row__select--aligned.batch-checkbox