Skip to content

Commit d0fba56

Browse files
authored
fix(popover): correct border radius on close button (#9485)
**Related Issue:** #8208 ## Summary - Updates component to not have a bottom border radius when there is a header present
1 parent fb06ef9 commit d0fba56

File tree

1 file changed

+4
-0
lines changed
  • packages/calcite-components/src/components/popover

1 file changed

+4
-0
lines changed

packages/calcite-components/src/components/popover/popover.scss

+4
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,10 @@
109109
border-end-end-radius: theme("borderRadius.DEFAULT");
110110
}
111111

112+
.has-header .close-button-container {
113+
border-end-end-radius: none;
114+
}
115+
112116
::slotted(calcite-panel),
113117
::slotted(calcite-flow) {
114118
@apply h-full;

0 commit comments

Comments
 (0)