Sha256: d1dbe2f3f24b3b4fc3a0c475cf6069911ad7795dd3aec6c6a96976a3cd35654a

Contents?: true

Size: 1.36 KB

Versions: 29

Compression:

Stored size: 1.36 KB

Contents

// Used in auctions... bootstrap 4 alpha used this method to show dropdown-menus when clicked. current nfg_ui adds a "show" class to the dropdown-menu to render it block.
.open > .dropdown-menu { display: block; }


.dropdown-toggle::after { content: none; }


// The dropdown menu
.dropdown-menu { padding: $dropdown-padding-y $dropdown-padding-x; }


// Links, buttons, and more within the dropdown menu
.dropdown-item {
  border-radius: $dropdown-inner-border-radius;
  &.disabled, &:disabled {
    color: $dropdown-link-disabled-color !important;
    background-color: $input-disabled-bg;
    cursor: default;
    pointer-events: none;
  }
  &:not(.text-danger):not(.disabled) { color: inherit !important; }
}

// Dropdown section headers
.dropdown-header {
  padding-top: ($spacer * .25);
  padding-bottom: ($spacer * .25);
  font-size: $font-size-base;
}


// Sizing
.dropdown-menu-md, .dropdown-menu-lg { min-width: ($spacer * 8); }
.dropdown-menu-md {
  @include media-breakpoint-up(sm) { min-width: ($spacer * 10); }
}
.dropdown-menu-lg {
  @include media-breakpoint-up(sm) { min-width: ($spacer * 20); }
}


// Styles for wider "My Tools" dropdown in top nav
#my_tools_dropdown {
  @include media-breakpoint-down(sm) { max-width: 100vw; }
  .media {
    div {
      &:first-child { width: 60px; }
      &:last-child { width: 38px; }
    }
    .media-body { width: 240px; }
  }
}

Version data entries

29 entries across 29 versions & 1 rubygems

Version Path
nfg_ui-6.17.2 app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_dropdown.scss
nfg_ui-6.17.1 app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_dropdown.scss
nfg_ui-6.17.0 app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_dropdown.scss
nfg_ui-6.16.3 app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_dropdown.scss
nfg_ui-6.16.2 app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_dropdown.scss
nfg_ui-6.16.1 app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_dropdown.scss
nfg_ui-6.16.0 app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_dropdown.scss
nfg_ui-5.15.7 app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_dropdown.scss
nfg_ui-5.15.6 app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_dropdown.scss
nfg_ui-5.15.5 app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_dropdown.scss
nfg_ui-5.15.4 app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_dropdown.scss
nfg_ui-5.15.3 app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_dropdown.scss
nfg_ui-0.15.2 app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_dropdown.scss
nfg_ui-0.15.1 app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_dropdown.scss
nfg_ui-0.15.0 app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_dropdown.scss
nfg_ui-0.14.7 app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_dropdown.scss
nfg_ui-0.14.6.3 app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_dropdown.scss
nfg_ui-0.14.6.2 app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_dropdown.scss
nfg_ui-0.14.6.1 app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_dropdown.scss
nfg_ui-0.14.6 app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_dropdown.scss