Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWinnie Hellmann <winnie@gitlab.com>2017-10-11 14:59:15 +0300
committerWinnie Hellmann <winnie@gitlab.com>2017-12-08 14:09:39 +0300
commitea21d469aeca6cd3e70811e08b2e5eec5a5fdf42 (patch)
treebb59f3b5bdc602b71e2e312c347d662ffe84421a /app/assets/stylesheets/framework/dropdowns.scss
parentf984fc35e7c1b503b16bcfe0078d499f16b69da6 (diff)
Remove new-style-dropdown mixin
Diffstat (limited to 'app/assets/stylesheets/framework/dropdowns.scss')
-rw-r--r--app/assets/stylesheets/framework/dropdowns.scss8
1 files changed, 0 insertions, 8 deletions
diff --git a/app/assets/stylesheets/framework/dropdowns.scss b/app/assets/stylesheets/framework/dropdowns.scss
index 75b9edaf1f7..e2c80e0f6ab 100644
--- a/app/assets/stylesheets/framework/dropdowns.scss
+++ b/app/assets/stylesheets/framework/dropdowns.scss
@@ -760,11 +760,6 @@
}
}
-// TODO: change global style and remove mixin
-@mixin new-style-dropdown($selector: '') {
-
-}
-
@media (max-width: $screen-xs-max) {
.navbar-gitlab {
li.header-projects,
@@ -791,9 +786,6 @@
}
}
-@include new-style-dropdown('.breadcrumbs-list .dropdown ');
-@include new-style-dropdown('.js-namespace-select + ');
-
header.header-content .dropdown-menu.projects-dropdown-menu {
padding: 0;
}