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 3a7b64d commit db96350Copy full SHA for db96350
src/lib/components/sidebar.svelte
@@ -250,7 +250,7 @@
250
sideBarIsOpen = false;
251
}}
252
class="link"
253
- class:active={false}
+ class:active={isSelected('/settings') && !isSelected('sites')}
254
><span class="link-icon"><Icon icon={IconCog} size="s" /></span
255
><span
256
class:no-text={state === 'icons'}
@@ -309,7 +309,7 @@
309
on:click={() => {
310
trackEvent('click_menu_settings');
311
312
313
><span class="link-icon"><Icon icon={IconCog} size="s" /></span><span
314
315
class:has-text={state === 'open'}
0 commit comments