summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Slaughter <pslaughter@gitlab.com>2018-12-03 08:11:33 -0600
committerPaul Slaughter <pslaughter@gitlab.com>2018-12-03 12:12:27 -0600
commit41fc58b232f3f7e53fb27745f1add3e6b12d7a7f (patch)
tree4262c8061196601c44bc0bc5cdcadd657f3d8c20
parentb9f98e379008a867033691185b88052ee6a29456 (diff)
downloadgitlab-ce-41fc58b232f3f7e53fb27745f1add3e6b12d7a7f.tar.gz
Remove alert-tip from framework css
-rw-r--r--app/assets/stylesheets/framework.scss1
-rw-r--r--app/assets/stylesheets/framework/alerts.scss4
2 files changed, 0 insertions, 5 deletions
diff --git a/app/assets/stylesheets/framework.scss b/app/assets/stylesheets/framework.scss
index d320fa5f595..4041f2b4479 100644
--- a/app/assets/stylesheets/framework.scss
+++ b/app/assets/stylesheets/framework.scss
@@ -6,7 +6,6 @@
@import 'bootstrap_migration';
@import 'framework/layout';
-@import 'framework/alerts';
@import 'framework/animations';
@import 'framework/vue_transitions';
@import 'framework/avatar';
diff --git a/app/assets/stylesheets/framework/alerts.scss b/app/assets/stylesheets/framework/alerts.scss
deleted file mode 100644
index 866792a6a1b..00000000000
--- a/app/assets/stylesheets/framework/alerts.scss
+++ /dev/null
@@ -1,4 +0,0 @@
-.alert-tip {
- background-color: $theme-gray-100;
- color: $theme-gray-900;
-}