Skip to content

Commit 1da5f33

Browse files
committed
Fix curve for popup buttons on hover
1 parent 948e39e commit 1da5f33

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

public/popup.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -314,6 +314,12 @@
314314
padding: 10px 15px;
315315
transition: background-color 0.2s ease-in-out;
316316
}
317+
.sbControlsMenu-item:first-child {
318+
border-radius: 8px 0px 0px 8px;
319+
}
320+
.sbControlsMenu-item:last-child {
321+
border-radius: 0px 8px 8px 0px;
322+
}
317323
.sbControlsMenu-item:hover, .sbControlsMenu-item:focus {
318324
background-color: #444;
319325
}

0 commit comments

Comments
 (0)