Skip to content

Commit

Permalink
Increase css specificity for ListItem child (#2259)
Browse files Browse the repository at this point in the history
  • Loading branch information
tareqlol authored Sep 27, 2023
1 parent 0f6620c commit 07066f9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/smooth-pianos-worry.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@sumup/circuit-ui': patch
---

Increase css specificity for ListItem child
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
border-top-width: 0;
}

.child {
li .child {
border: none;
border-radius: calc(
var(--cui-border-radius-mega) - var(--cui-border-width-mega)
Expand Down

1 comment on commit 07066f9

@vercel
Copy link

@vercel vercel bot commented on 07066f9 Sep 27, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.