We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94b9d20 commit 0eda431Copy full SHA for 0eda431
packages/uikit-workshop/src/scripts/components/pl-nav/pl-nav.scss
@@ -200,7 +200,6 @@ pl-nav {
200
201
&.pl-is-active {
202
box-shadow: inset 4px 0 0 #6c79d9;
203
- font-weight: bold;
204
pointer-events: none;
205
}
206
@@ -426,9 +425,6 @@ pl-nav {
426
425
color: $pl-color-gray-20;
427
color: var(--theme-text, $pl-color-gray-20);
428
429
- &.pl-is-active {
430
- font-weight: 700;
431
- }
432
433
.pl-c-body--theme-light & {
434
color: $pl-color-black;
0 commit comments