Skip to content

Commit 0eda431

Browse files
committed
feat: update the Nav design to not bold the active item in order to not shift the layout
1 parent 94b9d20 commit 0eda431

File tree

1 file changed

+0
-4
lines changed
  • packages/uikit-workshop/src/scripts/components/pl-nav

1 file changed

+0
-4
lines changed

packages/uikit-workshop/src/scripts/components/pl-nav/pl-nav.scss

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,6 @@ pl-nav {
200200

201201
&.pl-is-active {
202202
box-shadow: inset 4px 0 0 #6c79d9;
203-
font-weight: bold;
204203
pointer-events: none;
205204
}
206205
}
@@ -426,9 +425,6 @@ pl-nav {
426425
color: $pl-color-gray-20;
427426
color: var(--theme-text, $pl-color-gray-20);
428427

429-
&.pl-is-active {
430-
font-weight: 700;
431-
}
432428

433429
.pl-c-body--theme-light & {
434430
color: $pl-color-black;

0 commit comments

Comments
 (0)