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:
authorPhil Hughes <me@iamphill.com>2016-03-04 15:20:20 +0300
committerPhil Hughes <me@iamphill.com>2016-03-04 15:20:20 +0300
commit8c0f551f493eb0b5e6b3524bed412c6d75cf31cf (patch)
tree4072d621a6a8a9adde422a93ff5aacc82c4816a9 /app/assets/stylesheets/framework/tw_bootstrap.scss
parentf8c4dc97230c520df077c1274fd8d88680da5242 (diff)
Updated dropdown CSS
This is a start on #3279 by updating the CSS for the dropdown menu. This doesnt include any CSS for the title bar or filter field
Diffstat (limited to 'app/assets/stylesheets/framework/tw_bootstrap.scss')
-rw-r--r--app/assets/stylesheets/framework/tw_bootstrap.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/framework/tw_bootstrap.scss b/app/assets/stylesheets/framework/tw_bootstrap.scss
index 1e9959429cd..ddf76704a53 100644
--- a/app/assets/stylesheets/framework/tw_bootstrap.scss
+++ b/app/assets/stylesheets/framework/tw_bootstrap.scss
@@ -22,7 +22,7 @@
// Components
@import "bootstrap/component-animations";
-@import "bootstrap/dropdowns";
+// @import "bootstrap/dropdowns";
@import "bootstrap/button-groups";
@import "bootstrap/input-groups";
@import "bootstrap/navs";