Lines Matching full:menu
29 // The dropdown menu (ul)
30 .dropdown-menu {
35 display: none; // none by default, but block on "open" of the menu
50 // Aligns the dropdown menu to right
52 // Deprecated as of 3.1.0 in favor of `.dropdown-menu-[dir]`
63 // Links within the dropdown menu
76 .dropdown-menu > li > a {
86 .dropdown-menu > .active > a {
101 .dropdown-menu > .disabled > a {
121 // Show the menu
122 > .dropdown-menu {
132 // Menu positioning
134 // Add extra class to `.dropdown-menu` to flip the alignment of the dropdown
135 // menu with the parent.
136 .dropdown-menu-right {
137 left: auto; // Reset the default from `.dropdown-menu`
142 // to restore the default dropdown menu alignment.
144 // This is only for left-aligning a dropdown menu within a `.navbar-right` or
146 .dropdown-menu-left {
172 .pull-right > .dropdown-menu {
177 // Allow for dropdowns to go bottom up (aka, dropup-menu)
190 // Different positioning for bottom up menu
191 .dropdown-menu {
205 .dropdown-menu {
206 .dropdown-menu-right();
208 // Necessary for overrides of the default right aligned menu.
210 .dropdown-menu-left {
211 .dropdown-menu-left();