Skip to content

Commit

Permalink
fix(ui5-popover): bottom border radius (#34)
Browse files Browse the repository at this point in the history
Fixes #30
  • Loading branch information
ilhan007 committed Feb 13, 2019
1 parent 0900483 commit 2daefc1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/main/src/themes/base/Popup.less
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,12 @@
background-color: @sapUiGroupContentBackground;
}

.sapMPopup .sapMPopupContent,
.sapMPopup .sapMPopupFooter {
border-bottom-left-radius: .25rem;
border-bottom-right-radius: .25rem;
}

.sapMPopup .sapMPopupScroll {
vertical-align: middle;
box-sizing: border-box;
Expand Down

0 comments on commit 2daefc1

Please sign in to comment.