Skip to content

Commit 482bf24

Browse files
committed
style(frontend): make top bar pull request button more consistent
1 parent 3b72b57 commit 482bf24

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

frontend/src/lib/components/topbar/PullRequest.svelte

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -409,8 +409,13 @@
409409
white-space: nowrap;
410410
}
411411
412-
.pull-request > span:hover {
412+
.pull-request button {
413+
padding: 0.5rem 1rem;
414+
}
415+
416+
.pull-request button:hover {
413417
background-color: var(--background-1);
418+
cursor: pointer;
414419
transition: background-color 0.3s ease;
415420
}
416421

0 commit comments

Comments
 (0)