Skip to content
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/chilly-cloths-heal.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@primer/react': patch
---

ActionList: Fix trailing action button to have rounded borders on all corners.
3 changes: 0 additions & 3 deletions packages/react/src/ActionList/ActionList.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -687,9 +687,6 @@ span wrapping svg or text */
/* trailing action icon button */

.TrailingActionButton {
border-top-left-radius: 0;
border-bottom-left-radius: 0;

/* Preserve width consistency when loading state is active for text buttons only */
&[data-loading='true']:has([data-component='buttonContent']) {
/* Double the left padding to compensate for missing right padding */
Expand Down
Loading