fix(popover): style the ion-content background in a popover to match popover bg

This commit is contained in:
Brandy Carney
2016-06-03 14:41:29 -04:00
parent c801d1800b
commit 9ea89ea83c
3 changed files with 12 additions and 0 deletions

View File

@ -22,6 +22,10 @@ $popover-ios-arrow-background: $popover-ios-background !default;
border-radius: $popover-ios-border-radius;
color: $popover-ios-text-color;
background: $popover-ios-background;
ion-content {
background: $popover-ios-background;
}
}
.popover-content .item {

View File

@ -27,6 +27,10 @@ $popover-md-item-background: $popover-md-background !default;
box-shadow: $popover-md-box-shadow;
transform-origin: top left;
ion-content {
background: $popover-md-background;
}
}
.popover-content .item {

View File

@ -26,6 +26,10 @@ $popover-wp-item-background: $popover-wp-background !default;
background: $popover-wp-background;
transform-origin: top left;
ion-content {
background: $popover-wp-background;
}
}
.popover-content .item {