Skip to content

Commit

Permalink
1705 .navbar-item.is-tab.is-active doesn't honor parent class of `i…
Browse files Browse the repository at this point in the history
…s-info, is-warning, is-danger etc`
  • Loading branch information
aelharrak committed Mar 7, 2018
1 parent 5d7378d commit 1961e11
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions sass/components/navbar.sass
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ $navbar-divider-background-color: $border !default
&:hover,
&.is-active
background-color: darken($color, 5%)
border-bottom-color: darken($color, 25%)
color: $color-invert
.navbar-link
&::after
Expand Down Expand Up @@ -109,12 +110,10 @@ $navbar-divider-background-color: $border !default
&.is-fixed-top
top: 0

html.has-navbar-fixed-top,
body.has-navbar-fixed-top
html.has-navbar-fixed-top
padding-top: $navbar-height

html.has-navbar-fixed-bottom,
body.has-navbar-fixed-bottom
html.has-navbar-fixed-bottom
padding-bottom: $navbar-height

.navbar-brand,
Expand Down

0 comments on commit 1961e11

Please sign in to comment.