Skip to content

Commit

Permalink
feat: update the Nav design to not bold the active item in order to n…
Browse files Browse the repository at this point in the history
…ot shift the layout
  • Loading branch information
sghoweri committed Oct 20, 2019
1 parent 94b9d20 commit 0eda431
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,6 @@ pl-nav {

&.pl-is-active {
box-shadow: inset 4px 0 0 #6c79d9;
font-weight: bold;
pointer-events: none;
}
}
Expand Down Expand Up @@ -426,9 +425,6 @@ pl-nav {
color: $pl-color-gray-20;
color: var(--theme-text, $pl-color-gray-20);

&.pl-is-active {
font-weight: 700;
}

.pl-c-body--theme-light & {
color: $pl-color-black;
Expand Down

0 comments on commit 0eda431

Please sign in to comment.