Problem/Motivation

In themes/bs_bootstrap/sass/components/partials/_navbar-second-level-dropdown.scss we use

@include media-breakpoint-up($responsive-break)

for big screen second level dropdown navigation rules.

Instead of that we should use

@if breakpoint-max($navbar-collapse-responsive-break) != null {
  @include media-breakpoint-up($navbar-collapse-responsive-break) {

Like we are using on other places.

CommentFileSizeAuthor
#2 fix-breakpoint-3284178-2.patch1.37 KBpivica

Comments

pivica created an issue. See original summary.

pivica’s picture

StatusFileSize
new1.37 KB

Here is a patch.

pivica’s picture

Status: Active » Needs review

  • pivica committed 8949ed0 on 8.x-1.x
    Issue #3284178 by pivica: Use $navbar-collapse-responsive-break break...
pivica’s picture

Status: Needs review » Fixed

Committed.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.