2015-11-27 23:12:37 -05:00
|
|
|
// The dropdown wrapper (`<div>`)
|
2015-01-18 16:39:40 -05:00
|
|
|
.dropup,
|
2020-06-26 10:06:20 -04:00
|
|
|
.dropend,
|
2018-03-12 13:44:05 -04:00
|
|
|
.dropdown,
|
2020-06-26 10:06:20 -04:00
|
|
|
.dropstart {
|
2013-08-01 14:07:34 -04:00
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
2014-07-08 17:23:34 -04:00
|
|
|
.dropdown-toggle {
|
2019-01-13 02:43:52 -05:00
|
|
|
white-space: nowrap;
|
|
|
|
|
2014-07-08 17:23:34 -04:00
|
|
|
// Generate the caret automatically
|
2019-07-24 02:41:18 -04:00
|
|
|
@include caret();
|
2013-08-13 00:23:28 -04:00
|
|
|
}
|
|
|
|
|
2015-11-27 23:12:37 -05:00
|
|
|
// The dropdown menu
|
2011-12-21 17:22:20 -05:00
|
|
|
.dropdown-menu {
|
|
|
|
position: absolute;
|
2012-01-18 08:02:18 -05:00
|
|
|
top: 100%;
|
2014-12-02 17:02:35 -05:00
|
|
|
z-index: $zindex-dropdown;
|
2012-01-07 06:45:24 -05:00
|
|
|
display: none; // none by default, but block on "open" of the menu
|
2016-02-16 03:42:10 -05:00
|
|
|
min-width: $dropdown-min-width;
|
2020-09-21 19:27:26 -04:00
|
|
|
padding: $dropdown-padding-y $dropdown-padding-x;
|
2021-02-03 14:37:25 -05:00
|
|
|
margin: 0; // Override default margin of ul
|
2019-02-07 17:32:05 -05:00
|
|
|
@include font-size($dropdown-font-size);
|
2019-01-20 16:38:29 -05:00
|
|
|
color: $dropdown-color;
|
2014-03-24 23:02:56 -04:00
|
|
|
text-align: left; // Ensures proper alignment if parent has it changed (e.g., modal footer)
|
2014-12-11 15:05:29 -05:00
|
|
|
list-style: none;
|
2014-12-02 17:02:35 -05:00
|
|
|
background-color: $dropdown-bg;
|
2014-12-11 15:05:29 -05:00
|
|
|
background-clip: padding-box;
|
2015-11-15 01:30:16 -05:00
|
|
|
border: $dropdown-border-width solid $dropdown-border-color;
|
2017-10-22 16:47:31 -04:00
|
|
|
@include border-radius($dropdown-border-radius);
|
2016-01-09 18:31:29 -05:00
|
|
|
@include box-shadow($dropdown-box-shadow);
|
2021-02-08 12:19:19 -05:00
|
|
|
|
|
|
|
&[data-bs-popper] {
|
|
|
|
left: 0;
|
2021-02-09 14:04:23 -05:00
|
|
|
margin-top: $dropdown-spacer;
|
2021-02-08 12:19:19 -05:00
|
|
|
}
|
2015-08-17 14:21:10 -04:00
|
|
|
}
|
2011-12-21 17:22:20 -05:00
|
|
|
|
2020-04-06 14:13:35 -04:00
|
|
|
// scss-docs-start responsive-breakpoints
|
2020-11-25 15:12:32 -05:00
|
|
|
// We deliberately hardcode the `bs-` prefix because we check
|
|
|
|
// this custom property in JS to determine Popper's positioning
|
|
|
|
|
2018-10-21 04:01:22 -04:00
|
|
|
@each $breakpoint in map-keys($grid-breakpoints) {
|
|
|
|
@include media-breakpoint-up($breakpoint) {
|
|
|
|
$infix: breakpoint-infix($breakpoint, $grid-breakpoints);
|
|
|
|
|
2020-06-26 10:06:20 -04:00
|
|
|
.dropdown-menu#{$infix}-start {
|
2020-11-25 15:12:32 -05:00
|
|
|
--bs-position: start;
|
2021-02-05 17:57:43 -05:00
|
|
|
|
|
|
|
&[data-bs-popper] {
|
|
|
|
right: auto #{"/* rtl:ignore */"};
|
|
|
|
left: 0 #{"/* rtl:ignore */"};
|
|
|
|
}
|
2018-10-21 04:01:22 -04:00
|
|
|
}
|
2019-01-06 20:12:51 -05:00
|
|
|
|
2020-06-26 10:06:20 -04:00
|
|
|
.dropdown-menu#{$infix}-end {
|
2020-11-25 15:12:32 -05:00
|
|
|
--bs-position: end;
|
2021-02-05 17:57:43 -05:00
|
|
|
|
|
|
|
&[data-bs-popper] {
|
|
|
|
right: 0 #{"/* rtl:ignore */"};
|
|
|
|
left: auto #{"/* rtl:ignore */"};
|
|
|
|
}
|
2019-01-06 20:12:51 -05:00
|
|
|
}
|
2018-10-21 04:01:22 -04:00
|
|
|
}
|
2018-03-12 13:44:05 -04:00
|
|
|
}
|
2020-04-06 14:13:35 -04:00
|
|
|
// scss-docs-end responsive-breakpoints
|
2018-03-12 13:44:05 -04:00
|
|
|
|
2017-10-10 09:46:43 -04:00
|
|
|
// Allow for dropdowns to go bottom up (aka, dropup-menu)
|
|
|
|
// Just add .dropup after the standard .dropdown class and you're set.
|
|
|
|
.dropup {
|
2021-02-22 01:57:21 -05:00
|
|
|
.dropdown-menu[data-bs-popper] {
|
2018-03-12 13:44:05 -04:00
|
|
|
top: auto;
|
|
|
|
bottom: 100%;
|
2021-02-22 01:57:21 -05:00
|
|
|
margin-top: 0;
|
|
|
|
margin-bottom: $dropdown-spacer;
|
2017-10-10 09:46:43 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
.dropdown-toggle {
|
|
|
|
@include caret(up);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2020-06-26 10:06:20 -04:00
|
|
|
.dropend {
|
2017-10-29 18:29:13 -04:00
|
|
|
.dropdown-menu {
|
2018-03-12 13:44:05 -04:00
|
|
|
top: 0;
|
|
|
|
right: auto;
|
|
|
|
left: 100%;
|
2021-02-03 14:37:25 -05:00
|
|
|
|
2021-02-09 14:04:23 -05:00
|
|
|
&[data-bs-popper] {
|
2021-02-03 14:37:25 -05:00
|
|
|
margin-top: 0;
|
|
|
|
margin-left: $dropdown-spacer;
|
|
|
|
}
|
2017-10-29 18:29:13 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
.dropdown-toggle {
|
2020-06-26 10:06:20 -04:00
|
|
|
@include caret(end);
|
2017-10-29 18:29:13 -04:00
|
|
|
&::after {
|
|
|
|
vertical-align: 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2020-06-26 10:06:20 -04:00
|
|
|
.dropstart {
|
2017-10-29 18:29:13 -04:00
|
|
|
.dropdown-menu {
|
2018-03-12 13:44:05 -04:00
|
|
|
top: 0;
|
|
|
|
right: 100%;
|
|
|
|
left: auto;
|
2021-02-03 14:37:25 -05:00
|
|
|
|
2021-02-09 14:04:23 -05:00
|
|
|
&[data-bs-popper] {
|
2021-02-03 14:37:25 -05:00
|
|
|
margin-top: 0;
|
|
|
|
margin-right: $dropdown-spacer;
|
|
|
|
}
|
2017-10-29 18:29:13 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
.dropdown-toggle {
|
2020-06-26 10:06:20 -04:00
|
|
|
@include caret(start);
|
2017-10-29 18:29:13 -04:00
|
|
|
&::before {
|
|
|
|
vertical-align: 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2020-06-26 10:06:20 -04:00
|
|
|
|
2015-11-27 23:12:37 -05:00
|
|
|
// Dividers (basically an `<hr>`) within the dropdown
|
2015-08-17 14:21:10 -04:00
|
|
|
.dropdown-divider {
|
2019-08-21 04:33:26 -04:00
|
|
|
height: 0;
|
|
|
|
margin: $dropdown-divider-margin-y 0;
|
|
|
|
overflow: hidden;
|
|
|
|
border-top: 1px solid $dropdown-divider-bg;
|
2012-01-08 04:50:12 -05:00
|
|
|
}
|
2012-01-08 03:49:38 -05:00
|
|
|
|
2015-08-17 14:19:14 -04:00
|
|
|
// Links, buttons, and more within the dropdown menu
|
2015-08-23 04:12:00 -04:00
|
|
|
//
|
2015-11-27 23:12:37 -05:00
|
|
|
// `<button>`-specific styles are denoted with `// For <button>s`
|
2015-08-17 14:19:14 -04:00
|
|
|
.dropdown-item {
|
|
|
|
display: block;
|
2015-08-23 04:12:00 -04:00
|
|
|
width: 100%; // For `<button>`s
|
2017-04-08 17:17:06 -04:00
|
|
|
padding: $dropdown-item-padding-y $dropdown-item-padding-x;
|
2015-08-17 14:19:14 -04:00
|
|
|
clear: both;
|
2016-10-19 15:41:27 -04:00
|
|
|
font-weight: $font-weight-normal;
|
2015-08-17 14:19:14 -04:00
|
|
|
color: $dropdown-link-color;
|
2015-08-23 04:12:00 -04:00
|
|
|
text-align: inherit; // For `<button>`s
|
2020-03-05 09:22:52 -05:00
|
|
|
text-decoration: if($link-decoration == none, null, none);
|
2015-08-17 14:19:14 -04:00
|
|
|
white-space: nowrap; // prevent links from randomly breaking onto new lines
|
2017-11-05 19:23:36 -05:00
|
|
|
background-color: transparent; // For `<button>`s
|
2015-08-23 04:12:00 -04:00
|
|
|
border: 0; // For `<button>`s
|
2015-08-17 21:18:37 -04:00
|
|
|
|
2019-02-03 16:07:16 -05:00
|
|
|
// Prevent dropdown overflow if there's no padding
|
|
|
|
// See https://github.com/twbs/bootstrap/pull/27703
|
|
|
|
@if $dropdown-padding-y == 0 {
|
|
|
|
&:first-child {
|
|
|
|
@include border-top-radius($dropdown-inner-border-radius);
|
|
|
|
}
|
2018-11-21 17:24:13 -05:00
|
|
|
|
2019-02-03 16:07:16 -05:00
|
|
|
&:last-child {
|
|
|
|
@include border-bottom-radius($dropdown-inner-border-radius);
|
|
|
|
}
|
2018-11-21 17:24:13 -05:00
|
|
|
}
|
|
|
|
|
2018-09-17 19:10:07 -04:00
|
|
|
&:hover,
|
|
|
|
&:focus {
|
2014-12-02 17:02:35 -05:00
|
|
|
color: $dropdown-link-hover-color;
|
2020-03-20 04:35:55 -04:00
|
|
|
text-decoration: if($link-hover-decoration == underline, none, null);
|
2017-10-19 12:03:33 -04:00
|
|
|
@include gradient-bg($dropdown-link-hover-bg);
|
2013-07-07 01:27:56 -04:00
|
|
|
}
|
2012-06-19 22:17:42 -04:00
|
|
|
|
2016-12-28 03:20:06 -05:00
|
|
|
&.active,
|
|
|
|
&:active {
|
|
|
|
color: $dropdown-link-active-color;
|
|
|
|
text-decoration: none;
|
2017-10-19 12:03:33 -04:00
|
|
|
@include gradient-bg($dropdown-link-active-bg);
|
2013-07-07 01:27:56 -04:00
|
|
|
}
|
2013-08-11 20:47:30 -04:00
|
|
|
|
2016-12-28 03:20:06 -05:00
|
|
|
&.disabled,
|
|
|
|
&:disabled {
|
|
|
|
color: $dropdown-link-disabled-color;
|
2018-06-11 09:52:56 -04:00
|
|
|
pointer-events: none;
|
2016-12-28 03:20:06 -05:00
|
|
|
background-color: transparent;
|
|
|
|
// Remove CSS gradients if they're enabled
|
2019-12-19 05:18:05 -05:00
|
|
|
background-image: if($enable-gradients, none, null);
|
2013-07-07 01:27:56 -04:00
|
|
|
}
|
2012-06-19 16:52:07 -04:00
|
|
|
}
|
|
|
|
|
2017-04-14 05:25:53 -04:00
|
|
|
.dropdown-menu.show {
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
2013-07-18 02:54:09 -04:00
|
|
|
// Dropdown section headers
|
|
|
|
.dropdown-header {
|
|
|
|
display: block;
|
2020-02-15 06:06:02 -05:00
|
|
|
padding: $dropdown-header-padding;
|
2016-10-02 21:25:51 -04:00
|
|
|
margin-bottom: 0; // for use with heading elements
|
2019-02-07 17:32:05 -05:00
|
|
|
@include font-size($font-size-sm);
|
2014-12-02 17:02:35 -05:00
|
|
|
color: $dropdown-header-color;
|
2014-06-18 13:07:55 -04:00
|
|
|
white-space: nowrap; // as with > li > a
|
2013-07-18 02:54:09 -04:00
|
|
|
}
|
2018-01-22 01:40:55 -05:00
|
|
|
|
|
|
|
// Dropdown text
|
|
|
|
.dropdown-item-text {
|
|
|
|
display: block;
|
|
|
|
padding: $dropdown-item-padding-y $dropdown-item-padding-x;
|
|
|
|
color: $dropdown-link-color;
|
|
|
|
}
|
2020-09-24 11:55:15 -04:00
|
|
|
|
|
|
|
// Dark dropdowns
|
|
|
|
.dropdown-menu-dark {
|
|
|
|
color: $dropdown-dark-color;
|
|
|
|
background-color: $dropdown-dark-bg;
|
|
|
|
border-color: $dropdown-dark-border-color;
|
|
|
|
@include box-shadow($dropdown-dark-box-shadow);
|
|
|
|
|
|
|
|
.dropdown-item {
|
|
|
|
color: $dropdown-dark-link-color;
|
|
|
|
|
|
|
|
&:hover,
|
|
|
|
&:focus {
|
|
|
|
color: $dropdown-dark-link-hover-color;
|
|
|
|
@include gradient-bg($dropdown-dark-link-hover-bg);
|
|
|
|
}
|
|
|
|
|
|
|
|
&.active,
|
|
|
|
&:active {
|
|
|
|
color: $dropdown-dark-link-active-color;
|
|
|
|
@include gradient-bg($dropdown-dark-link-active-bg);
|
|
|
|
}
|
|
|
|
|
|
|
|
&.disabled,
|
|
|
|
&:disabled {
|
|
|
|
color: $dropdown-dark-link-disabled-color;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.dropdown-divider {
|
|
|
|
border-color: $dropdown-dark-divider-bg;
|
|
|
|
}
|
|
|
|
|
|
|
|
.dropdown-item-text {
|
|
|
|
color: $dropdown-dark-link-color;
|
|
|
|
}
|
|
|
|
|
|
|
|
.dropdown-header {
|
|
|
|
color: $dropdown-dark-header-color;
|
|
|
|
}
|
|
|
|
}
|