Skip to content

Commit

Permalink
Fix merge button corners in Firefox (#6475)
Browse files Browse the repository at this point in the history
  • Loading branch information
fregante committed Apr 8, 2023
1 parent acb731b commit 653034f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/refined-github.css
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ div[data-target='readme-toc.content'] div.blob-wrapper img {
}

/* Add override for CSS-in-JS components that don't use regular .btn styles */
.BtnGroup-item:last-child {
.BtnGroup-item:last-child:not(:first-child) {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}

0 comments on commit 653034f

Please sign in to comment.