Skip to content

Commit 5ece16c

Browse files
author
Blake Morgan
authored
Hotfix: Fix active menu item. (#475)
* Fix active menu option. * Update version number. * Build fix * Make footer respond at same breakpoints
1 parent 2613be8 commit 5ece16c

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

components/byu-footer/byu-footer.sass

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ $tabletBreak: 1024px // Put exact px to match Brightspot and so info doesn't wor
190190
width: calc(#{$columnBaseWidth} * 3 - #{$calcSubtractWidth})
191191
max-width: calc(100% - #{$columnMaxWidth} - #{$calcSubtractWidth})
192192
193-
@media (min-width: 1300px)
193+
@media (min-width: $breakXl)
194194
.site-footer
195195
margin: 0 auto
196196

components/byu-menu/byu-menu.sass

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,14 +41,14 @@ $activeItemBorder: solid 3px $byuNavy
4141

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

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

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

5353
@media(min-width: $breakMd)
5454
padding-left: 5.5em

dist/byu-theme-components.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/components.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/components.min.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "byu-theme-components",
3-
"version": "2.1.0",
3+
"version": "2.1.1",
44
"description": "Components to be used for BYU web pages and applications.",
55
"license": "Apache-2.0",
66
"contributors": [

0 commit comments

Comments
 (0)