mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-10 00:27:41 +08:00
docs(breaking): remove references to removed global css vars (#20348)
This commit is contained in:
@ -74,7 +74,7 @@
|
||||
--color-activated: var(--color);
|
||||
--color-focused: var(--color);
|
||||
--color-hover: var(--color);
|
||||
--ripple-color: var(--ion-item-background-activated, currentColor);
|
||||
--ripple-color: currentColor;
|
||||
|
||||
@include font-smoothing();
|
||||
|
||||
|
||||
@ -91,7 +91,6 @@
|
||||
--ion-color-step-950: #f2f2f2;
|
||||
|
||||
--ion-item-background: #1c1c1c;
|
||||
--ion-item-background-activated: #313131;
|
||||
|
||||
--ion-toolbar-background: #000;
|
||||
--ion-toolbar-color: #fff;
|
||||
|
||||
@ -77,5 +77,4 @@
|
||||
--ion-background-color: #778899;
|
||||
--ion-item-background: #fff;
|
||||
--ion-item-border-color: #5bff76;
|
||||
--ion-item-background-activated: #5bff76;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user