mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-22 21:48:42 +08:00
fix(popover): style the ion-content background in a popover to match popover bg
This commit is contained in:
@ -22,6 +22,10 @@ $popover-ios-arrow-background: $popover-ios-background !default;
|
|||||||
border-radius: $popover-ios-border-radius;
|
border-radius: $popover-ios-border-radius;
|
||||||
color: $popover-ios-text-color;
|
color: $popover-ios-text-color;
|
||||||
background: $popover-ios-background;
|
background: $popover-ios-background;
|
||||||
|
|
||||||
|
ion-content {
|
||||||
|
background: $popover-ios-background;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.popover-content .item {
|
.popover-content .item {
|
||||||
|
@ -27,6 +27,10 @@ $popover-md-item-background: $popover-md-background !default;
|
|||||||
box-shadow: $popover-md-box-shadow;
|
box-shadow: $popover-md-box-shadow;
|
||||||
|
|
||||||
transform-origin: top left;
|
transform-origin: top left;
|
||||||
|
|
||||||
|
ion-content {
|
||||||
|
background: $popover-md-background;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.popover-content .item {
|
.popover-content .item {
|
||||||
|
@ -26,6 +26,10 @@ $popover-wp-item-background: $popover-wp-background !default;
|
|||||||
background: $popover-wp-background;
|
background: $popover-wp-background;
|
||||||
|
|
||||||
transform-origin: top left;
|
transform-origin: top left;
|
||||||
|
|
||||||
|
ion-content {
|
||||||
|
background: $popover-wp-background;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.popover-content .item {
|
.popover-content .item {
|
||||||
|
Reference in New Issue
Block a user