Skip to content

Commit

Permalink
fix(core): Group bump CSS specificity to fix new buttons (#5728)
Browse files Browse the repository at this point in the history
Co-authored-by: a.inkin <[email protected]>
  • Loading branch information
waterplea and a.inkin authored Oct 23, 2023
1 parent 6062ee6 commit 85708cc
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions projects/core/components/group/group.style.less
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@
flex: 1 1 0;
min-width: 0;

&:nth-child(n) {
border-radius: 0;
}

&:not(:last-child) {
margin-right: (@space / 2);
margin-right: 0.125rem;
}
}

&& > *:nth-child(n) {
border-radius: 0;
}

/* stylelint-disable */
&_collapsed {
& > * {
Expand Down Expand Up @@ -83,7 +83,7 @@

&:not(:last-child) {
margin-right: 0;
margin-bottom: (@space / 2);
margin-bottom: 0.125rem;
}
}

Expand Down

0 comments on commit 85708cc

Please sign in to comment.