mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-10 00:27:41 +08:00
fix(card): update background to use the same as item (#19602)
uses item background but falls back to the background of the content
This commit is contained in:
@ -5,7 +5,7 @@
|
|||||||
// --------------------------------------------------
|
// --------------------------------------------------
|
||||||
|
|
||||||
:host {
|
:host {
|
||||||
--background: var(--ion-item-background, transparent);
|
--background: #{$item-ios-background};
|
||||||
--color: #{$card-ios-text-color};
|
--color: #{$card-ios-text-color};
|
||||||
|
|
||||||
@include margin($card-ios-margin-top, $card-ios-margin-end, $card-ios-margin-bottom, $card-ios-margin-start);
|
@include margin($card-ios-margin-top, $card-ios-margin-end, $card-ios-margin-bottom, $card-ios-margin-start);
|
||||||
|
|||||||
@ -5,7 +5,7 @@
|
|||||||
// --------------------------------------------------
|
// --------------------------------------------------
|
||||||
|
|
||||||
:host {
|
:host {
|
||||||
--background: var(--ion-item-background, transparent);
|
--background: #{$item-md-background};
|
||||||
--color: #{$card-md-text-color};
|
--color: #{$card-md-text-color};
|
||||||
|
|
||||||
@include margin($card-md-margin-top, $card-md-margin-end, $card-md-margin-bottom, $card-md-margin-start);
|
@include margin($card-md-margin-top, $card-md-margin-end, $card-md-margin-bottom, $card-md-margin-start);
|
||||||
|
|||||||
Reference in New Issue
Block a user