Skip to content

Commit

Permalink
fix: menu is-active in responsive navbar (#202)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinhinterlong authored Nov 17, 2021
1 parent 0d1f5cb commit 98b1499
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 5 deletions.
1 change: 0 additions & 1 deletion css/denali-components.css

This file was deleted.

1 change: 0 additions & 1 deletion css/denali-dark-theme.css

This file was deleted.

1 change: 0 additions & 1 deletion css/denali-helpers.css

This file was deleted.

1 change: 0 additions & 1 deletion css/denali-layouts.css

This file was deleted.

1 change: 0 additions & 1 deletion css/denali.css

This file was deleted.

1 change: 1 addition & 0 deletions scss/components/navbar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,7 @@ $navbar-responsive-menu-bg-color: #334D71 !default;
}
}

&.is-active > .menu-content,
.menu-trigger:hover+.menu-content,
.menu-trigger:focus+.menu-content,
.menu-content:hover {
Expand Down

0 comments on commit 98b1499

Please sign in to comment.