summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2018-05-17 07:24:50 +0000
committerPhil Hughes <me@iamphill.com>2018-05-17 07:24:50 +0000
commit2f7e0aba2fec30be86f2f6048fdb50e93b4365c8 (patch)
treec1d63df9828580e2b79051d610f14f1909217d97
parente5289643afc16293447f60c81bb10c365b731c3e (diff)
parent539042a81e91e641fc93d80b1126e492f67b073f (diff)
downloadgitlab-ce-2f7e0aba2fec30be86f2f6048fdb50e93b4365c8.tar.gz
Merge branch 'remove-css-imports' into 'master'
Remove unneccessary imports See merge request gitlab-org/gitlab-ce!18993
-rw-r--r--app/assets/stylesheets/pages/boards.scss2
-rw-r--r--app/assets/stylesheets/pages/issues.scss2
2 files changed, 0 insertions, 4 deletions
diff --git a/app/assets/stylesheets/pages/boards.scss b/app/assets/stylesheets/pages/boards.scss
index 011d38532b4..6bb40bae9ed 100644
--- a/app/assets/stylesheets/pages/boards.scss
+++ b/app/assets/stylesheets/pages/boards.scss
@@ -1,5 +1,3 @@
-@import './issues/issue_count_badge';
-
[v-cloak] {
display: none;
}
diff --git a/app/assets/stylesheets/pages/issues.scss b/app/assets/stylesheets/pages/issues.scss
index b9390450477..0d17b9bae7e 100644
--- a/app/assets/stylesheets/pages/issues.scss
+++ b/app/assets/stylesheets/pages/issues.scss
@@ -1,5 +1,3 @@
-@import "./issues/issue_count_badge";
-
.issues-list {
.issue {
padding: 10px 0 10px $gl-padding;