Browse Source

Fix status styling on active element on mentions

Signed-off-by: Joas Schilling <coding@schilljs.com>
pull/3993/head
Joas Schilling 5 years ago
parent
commit
7f3ac0d441
No known key found for this signature in database GPG Key ID: 7076EA9751AACDDA
  1. 4
      css/At.scss

4
css/At.scss

@ -150,8 +150,8 @@
}
.atwho-cur {
background: var(--color-primary);
color: var(--color-primary-text);
background: var(--color-primary-light);
color: var(--color-main-text);
}
}
}

Loading…
Cancel
Save