Commit 21482241 authored by Ivica Puljic's avatar Ivica Puljic Committed by Ivica Puljic
Browse files

Issue #3300567 by pivica: Make weird dropdown menu responsive header CSS rules more specific

parent 18af715f
Loading
Loading
Loading
Loading
+19 −12
Original line number Diff line number Diff line
@@ -152,6 +152,12 @@ body.toolbar-fixed .toolbar-oriented .toolbar-bar {
      }
    }

    // Not sure why we have this rules any more, they are added long time ago.
    // One assumptions they are here when dropdown is in sidebar so we remove
    // border and bg color to make this links looks more like the rest of
    // sidebar links, but this again does not makes a lot of sense.
    // @TODO - condsider to remove this.
    .navmenu.in {
      .dropdown-menu {
        margin-top: 0;
        padding: $navbar-small-dropdown-menu-padding;
@@ -168,6 +174,7 @@ body.toolbar-fixed .toolbar-oriented .toolbar-bar {
        }
      }
    }
  }

  // Layout rules for big screen.
  // Apply only if navbar collapse breakpoint is not the largest one.