docs(breaking): remove references to removed global css vars (#20348)

This commit is contained in:
Brandy Carney
2020-01-30 18:20:35 -05:00
committed by GitHub
parent 8c4905f630
commit 43d00415a5
4 changed files with 12 additions and 29 deletions

View File

@ -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();

View File

@ -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;

View File

@ -77,5 +77,4 @@
--ion-background-color: #778899;
--ion-item-background: #fff;
--ion-item-border-color: #5bff76;
--ion-item-background-activated: #5bff76;
}