summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/page_bundles/project_quality.scss
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/stylesheets/page_bundles/project_quality.scss')
-rw-r--r--app/assets/stylesheets/page_bundles/project_quality.scss15
1 files changed, 0 insertions, 15 deletions
diff --git a/app/assets/stylesheets/page_bundles/project_quality.scss b/app/assets/stylesheets/page_bundles/project_quality.scss
deleted file mode 100644
index 425b9544235..00000000000
--- a/app/assets/stylesheets/page_bundles/project_quality.scss
+++ /dev/null
@@ -1,15 +0,0 @@
-@import 'page_bundles/mixins_and_variables_and_functions';
-
-/*
-When the single-stat component of gitlab UI adds the props of the title icon color,
-remove this file and use the props of gitlab UI to set the color
-Gitlab UI issue: https://gitlab.com/gitlab-org/gitlab-ui/-/issues/2157
-*/
-
-.code-quality-blocker .gl-icon {
- @include gl-text-red-800;
-}
-
-.code-quality-critical .gl-icon {
- @include gl-text-red-600;
-}