Skip to content
This repository was archived by the owner on Sep 30, 2024. It is now read-only.

Commit c41656c

Browse files
committed
PR feedback
1 parent 14b2848 commit c41656c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

client/web-sveltekit/src/lib/styles/dropdown.scss

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
--dropdown-link-active-bg: var(--primary);
2626
--dropdown-link-active-color: var(--white);
2727
--dropdown-link-disabled-color: var(--text-muted);
28-
--dropdown-shadow: 0 4px 16px -6px rgba(36, 41, 54, 0.2);
28+
--dropdown-shadow: 0px 193px 54px 0px rgba(0, 0, 0, 0), 0px 123px 49px 0px rgba(0, 0, 0, 0.01), 0px 69px 42px 0px rgba(0, 0, 0, 0.04), 0px 31px 31px 0px rgba(0, 0, 0, 0.07), 0px 8px 17px 0px rgba(0, 0, 0, 0.08);
2929
}
3030

3131
.theme-dark {
@@ -39,5 +39,5 @@
3939
--dropdown-link-active-bg: var(--primary);
4040
--dropdown-link-active-color: var(--white);
4141
--dropdown-link-disabled-color: var(--text-muted);
42-
--dropdown-shadow: 0 4px 16px -6px rgba(11, 12, 15, 0.8);
42+
--dropdown-shadow: box-shadow: 0px 309px 87px 0px rgba(0, 0, 0, 0.01), 0px 198px 79px 0px rgba(0, 0, 0, 0.07), 0px 111px 67px 0px rgba(0, 0, 0, 0.24), 0px 49px 49px 0px rgba(0, 0, 0, 0.41), 0px 12px 27px 0px rgba(0, 0, 0, 0.47);
4343
}

client/web-sveltekit/src/routes/[...repo=reporev]/RepoMenu.svelte

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
<KeyboardShortcut shortcut={reposHotkey} />
4646
</div>
4747
</MenuButton>
48-
<MenuLink href={repoURL + '/-/settings'}>
48+
<MenuLink href="{repoURL}/-/settings">
4949
<div class="menu-item">
5050
<Icon icon={ILucideSettings} inline />
5151
<span>Settings</span>

0 commit comments

Comments
 (0)