We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1011297 commit a9e7abdCopy full SHA for a9e7abd
scss/_navbar.scss
@@ -75,11 +75,10 @@
75
float: none;
76
}
77
78
- .dropup {
79
- .dropdown-menu {
80
- position: absolute;
81
- top: auto;
82
- bottom: 100%;
+ .dropdown-toggle {
+ &::after {
+ border-top: $caret-width solid;
+ border-bottom: 0;
83
84
85
@@ -152,6 +151,18 @@
152
151
padding-right: 0;
153
padding-left: 0;
154
+
155
+ .dropup {
156
+ .dropdown-menu {
157
+ position: absolute;
158
+ top: auto;
159
+ bottom: 100%;
160
+ }
161
162
163
+ @include caret(up);
164
165
166
167
168
@include media-breakpoint-up($next) {
0 commit comments