Skip to content

Commit

Permalink
fix(ButtonGroup): fix select last child border radius
Browse files Browse the repository at this point in the history
  • Loading branch information
driss-chelouati committed Jun 7, 2024
1 parent dd5f26f commit 7d21674
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/plugins/components/button-group/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,16 @@ export default plugin(
},
},

'.nui-select-wrapper:last-child:not(:first-child)': {
'.nui-select': {
'@apply !border-e !rounded-s-none': {},

'&:focus': {
'@apply !z-10 relative': {},
},
},
},

// Autocomplete
'.nui-autocomplete:not(:first-child):not(:last-child)': {
'.nui-autocomplete-input': {
Expand Down

0 comments on commit 7d21674

Please sign in to comment.