From c729351367064cb34be8566eddaecb3c82295694 Mon Sep 17 00:00:00 2001 From: Ivanov-Anton Date: Thu, 18 Feb 2021 19:17:02 +0200 Subject: [PATCH] added styles for correct display colors of status tag tag (#896) --- app/assets/stylesheets/active_admin/components/status_tags.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/active_admin/components/status_tags.scss b/app/assets/stylesheets/active_admin/components/status_tags.scss index c657f9d05..083eab056 100644 --- a/app/assets/stylesheets/active_admin/components/status_tags.scss +++ b/app/assets/stylesheets/active_admin/components/status_tags.scss @@ -2,7 +2,7 @@ &.ok, &.published, &.complete, &.completed, &.green, &.yes { background: #8daa92; } &.warn, &.warning, &.orange { background: #e29b20; } &.error, &.errored, &.red { background: #d45f53; } - &.empty, &.unknown, &.none, &.no { + &.empty, &.unknown, &.none { background: unset; color: #bbbbbb; font-weight: bold;