We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b72b57 commit 482bf24Copy full SHA for 482bf24
1 file changed
frontend/src/lib/components/topbar/PullRequest.svelte
@@ -409,8 +409,13 @@
409
white-space: nowrap;
410
}
411
412
- .pull-request > span:hover {
+ .pull-request button {
413
+ padding: 0.5rem 1rem;
414
+ }
415
+
416
+ .pull-request button:hover {
417
background-color: var(--background-1);
418
+ cursor: pointer;
419
transition: background-color 0.3s ease;
420
421
0 commit comments