Skip to content

Commit

Permalink
Merge pull request #20 from BrightspaceUI/cbusman/d2l-navigation-butt…
Browse files Browse the repository at this point in the history
…on_font_style

Changing default button font to inherit instead of setting manually.
  • Loading branch information
rowansilver authored Oct 23, 2018
2 parents 228c166 + 6888ea6 commit 958e133
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions d2l-navigation-button.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
}
button {
@apply --d2l-navigation-highlight-base;
font-family: inherit;
}
.d2l-navigation-button-top-border {
@apply --d2l-navigation-highlight-border;
Expand Down
2 changes: 1 addition & 1 deletion d2l-navigation-highlight-styles.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
border: transparent;
color: var(--d2l-color-ferrite);
cursor: pointer;
font-size: 0.875rem;
font-size: inherit;
height: 100%;
margin: 0;
min-height: 40px;
Expand Down

0 comments on commit 958e133

Please sign in to comment.