Skip to content

Commit 3068e89

Browse files
committed
style(autosave): use global menu hover style for recent files items (#288)
1 parent e34e5cf commit 3068e89

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

src/routes/+page.svelte

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1887,17 +1887,17 @@
18871887
display: flex;
18881888
align-items: center;
18891889
gap: 8px;
1890-
padding: 6px 8px;
1891-
border-radius: var(--radius-sm, 4px);
1890+
padding: 6px 10px;
1891+
border-radius: var(--radius-sm);
18921892
cursor: pointer;
18931893
color: var(--text-muted);
1894-
font-size: 12px;
1894+
font-size: 11px;
1895+
transition: background var(--transition-fast);
18951896
}
18961897
18971898
.recent-item:hover,
18981899
.recent-item:focus-visible {
1899-
background: var(--surface);
1900-
color: var(--text);
1900+
background: var(--surface-hover);
19011901
outline: none;
19021902
}
19031903

0 commit comments

Comments
 (0)