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

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/scss
diff options
context:
space:
mode:
authorJohann-S <johann.servoire@gmail.com>2017-04-17 15:26:40 +0300
committerJohann-S <johann.servoire@gmail.com>2017-05-14 12:41:19 +0300
commit53ee455bc735af9fc54de586ed4d23ac56b69ab8 (patch)
tree8a29be55e1f709a3604c898360e0c31b8ac75cba /scss
parent69de65180f750cadf5f96a774d2524f69d19beab (diff)
Handle dropup for Dropdown
Diffstat (limited to 'scss')
-rw-r--r--scss/_dropdown.scss8
1 files changed, 2 insertions, 6 deletions
diff --git a/scss/_dropdown.scss b/scss/_dropdown.scss
index 4f0e6fcce6..7826e02121 100644
--- a/scss/_dropdown.scss
+++ b/scss/_dropdown.scss
@@ -23,6 +23,8 @@
}
}
+// Allow for dropdowns to go bottom up (aka, dropup-menu)
+// Just add .dropup after the standard .dropdown class and you're set.
.dropup {
.dropdown-toggle {
&::after {
@@ -133,9 +135,3 @@
color: $dropdown-header-color;
white-space: nowrap; // as with > li > a
}
-
-// Allow for dropdowns to go bottom up (aka, dropup-menu)
-//
-// Just add .dropup after the standard .dropdown class and you're set.
-
-//.dropup {}