Skip to content

Commit

Permalink
fix(popover): fix border radius styling on header bar
Browse files Browse the repository at this point in the history
CLoses #3179.
  • Loading branch information
5im0n authored and ajoslin committed Feb 26, 2015
1 parent 6ee1177 commit dcac56a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions scss/_popover.scss
Original file line number Diff line number Diff line change
Expand Up @@ -74,11 +74,10 @@

.popover {
box-shadow: $popover-box-shadow-ios;
border-radius: $popover-border-radius-ios;
}

.popover,
.popover .bar-header {
border-radius: $popover-border-radius-ios;
@include border-top-radius($popover-border-radius-ios);
}
.popover .scroll-content {
margin: 8px 0;
Expand Down

0 comments on commit dcac56a

Please sign in to comment.