Skip to content

Commit

Permalink
removed left border from button group (#983)
Browse files Browse the repository at this point in the history
  • Loading branch information
bunesk committed Oct 28, 2022
1 parent 9a64ea0 commit 55445a8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/button/button.styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -558,7 +558,8 @@ export default css`
}
/* Add a visual separator between solid buttons */
:host(.sl-button-group__button:not(.sl-button-group__button--radio, [variant='default']):not(:hover)) .button:after {
:host(.sl-button-group__button:not(.sl-button-group__button--first, .sl-button-group__button--radio, [variant='default']):not(:hover))
.button:after {
content: '';
position: absolute;
top: 0;
Expand Down

0 comments on commit 55445a8

Please sign in to comment.