Skip to content

Commit 2daefc1

Browse files
authored
fix(ui5-popover): bottom border radius (#34)
Fixes #30
1 parent 0900483 commit 2daefc1

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

packages/main/src/themes/base/Popup.less

+6
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,12 @@
6262
background-color: @sapUiGroupContentBackground;
6363
}
6464

65+
.sapMPopup .sapMPopupContent,
66+
.sapMPopup .sapMPopupFooter {
67+
border-bottom-left-radius: .25rem;
68+
border-bottom-right-radius: .25rem;
69+
}
70+
6571
.sapMPopup .sapMPopupScroll {
6672
vertical-align: middle;
6773
box-sizing: border-box;

0 commit comments

Comments
 (0)