Skip to content

Commit

Permalink
fix(popover): correct border radius on close button (#9485)
Browse files Browse the repository at this point in the history
**Related Issue:** #8208

## Summary

- Updates component to not have a bottom border radius when there is a
header present
  • Loading branch information
driskull committed Jun 6, 2024
1 parent fb06ef9 commit d0fba56
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,10 @@
border-end-end-radius: theme("borderRadius.DEFAULT");
}

.has-header .close-button-container {
border-end-end-radius: none;
}

::slotted(calcite-panel),
::slotted(calcite-flow) {
@apply h-full;
Expand Down

0 comments on commit d0fba56

Please sign in to comment.