Skip to content

Commit a3c8ff5

Browse files
author
Blake Morgan
authored
Hotfix: footer link outline and footer width (#486)
* Update outline style and short footer bug * Run build * Run build * Bump version * Run build after version bump
1 parent 71bf6ac commit a3c8ff5

File tree

6 files changed

+27
-25
lines changed

6 files changed

+27
-25
lines changed

components/byu-footer-column/byu-footer-column.sass

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@
5353
.content ::slotted(a:focus)
5454
color: $navy
5555
text-decoration: underline
56+
outline: 2px solid $byuRoyal
5657

5758
.content > a
5859
+columnContentLink

components/byu-footer/byu-footer.sass

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ $tabletBreak: 1024px // Put exact px to match Brightspot and so info doesn't wor
3333
justify-content: center
3434
align-items: center
3535
flex-direction: column
36+
width: 100%
3637
3738
a
3839
color: white !important

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: 22 additions & 22 deletions
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.3",
3+
"version": "2.1.4",
44
"description": "Components to be used for BYU web pages and applications.",
55
"license": "Apache-2.0",
66
"contributors": [

0 commit comments

Comments
 (0)