diff --git a/app/assets/stylesheets/projects.scss b/app/assets/stylesheets/projects.scss index 3e426b377..3690502fc 100644 --- a/app/assets/stylesheets/projects.scss +++ b/app/assets/stylesheets/projects.scss @@ -524,7 +524,7 @@ li.module-hover { .projects-index { &.active { [data-view-mode="archived"] { - display: none; + display: none !important; } } @@ -544,7 +544,7 @@ li.module-hover { &.archived { [data-view-mode="active"] { - display: none; + display: none !important; } }