Skip to content

Commit

Permalink
Fix font size for section navigation header (#3398)
Browse files Browse the repository at this point in the history
  • Loading branch information
precious-onyenaucheya-ons authored Oct 22, 2024
1 parent daf2da5 commit 0d4f9d3
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 8 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 1 addition & 2 deletions src/components/section-navigation/_section-navigation.scss
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
padding: 0;
&--active {
border-left: 4px solid var(--ons-color-text-link-active);
font-weight: $font-weight-bold;
margin-left: -1rem;
padding-left: 0.75rem;
a,
Expand All @@ -45,6 +44,7 @@

&__item-header {
@extend .ons-u-mb-no;
@extend .ons-u-fs-r--b;
}

&__sub-items {
Expand All @@ -64,7 +64,6 @@
&--active,
&:hover {
border-color: var(--ons-color-text-link-active);
margin: 0 1rem 0 0;
padding: 0;
a,
h2,
Expand Down

0 comments on commit 0d4f9d3

Please sign in to comment.