Skip to content

Commit

Permalink
Hotfix: Fix active menu item. (#475)
Browse files Browse the repository at this point in the history
* Fix active menu option.

* Update version number.

* Build fix

* Make footer respond at same breakpoints
  • Loading branch information
Blake Morgan authored Jul 29, 2020
1 parent 2613be8 commit 5ece16c
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion components/byu-footer/byu-footer.sass
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ $tabletBreak: 1024px // Put exact px to match Brightspot and so info doesn't wor
width: calc(#{$columnBaseWidth} * 3 - #{$calcSubtractWidth})
max-width: calc(100% - #{$columnMaxWidth} - #{$calcSubtractWidth})
@media (min-width: 1300px)
@media (min-width: $breakXl)
.site-footer
margin: 0 auto
Expand Down
4 changes: 2 additions & 2 deletions components/byu-menu/byu-menu.sass
Original file line number Diff line number Diff line change
Expand Up @@ -41,14 +41,14 @@ $activeItemBorder: solid 3px $byuNavy

@media(min-width: $breakMd)
border-left: none
border-bottom-color: $navy !important
border-bottom: 3px solid $navy !important

\::slotted(*:hover), ::slotted(*:focus)
background-color: $grey02

@media(min-width: $breakMd)
border-left: none
border-bottom-color: $navy !important
border-bottom: 3px solid $navy !important

@media(min-width: $breakMd)
padding-left: 5.5em
Expand Down
2 changes: 1 addition & 1 deletion dist/byu-theme-components.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/components.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/components.min.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "byu-theme-components",
"version": "2.1.0",
"version": "2.1.1",
"description": "Components to be used for BYU web pages and applications.",
"license": "Apache-2.0",
"contributors": [
Expand Down

0 comments on commit 5ece16c

Please sign in to comment.