aboutsummaryrefslogtreecommitdiff
path: root/scss
diff options
context:
space:
mode:
Diffstat (limited to 'scss')
-rw-r--r--scss/_dropdown.scss14
1 files changed, 0 insertions, 14 deletions
diff --git a/scss/_dropdown.scss b/scss/_dropdown.scss
index 981a17cb8..d9e75b0aa 100644
--- a/scss/_dropdown.scss
+++ b/scss/_dropdown.scss
@@ -108,20 +108,6 @@
}
}
-// Menu positioning
-//
-// Add extra class to `.dropdown-menu` to flip the alignment of the dropdown
-// menu with the parent.
-.dropdown-menu-right {
- right: 0;
- left: auto !important; // Reset the default from `.dropdown-menu`
-}
-
-.dropdown-menu-left {
- right: auto !important;
- left: 0;
-}
-
.dropdown-menu.show {
display: block;
}