@@ -129,9 +129,6 @@ $lightest-text-color: $text-color;
129129 --ion-item-background : #000000 ;
130130 --ion-card-background : #1c1c1d ;
131131
132- /// Only the item borders should increase in contrast
133- /// Borders for elements like toolbars should remain the same
134- --ion-item-border-color : var (--ion-background-color-step-400 );
135132 --ion-text-color-step-50 : #{mix ($darkest-text-color , $lightest-text-color , 5% )} ;
136133 --ion-text-color-step-100 : #{mix ($darkest-text-color , $lightest-text-color , 10% )} ;
137134 --ion-text-color-step-150 : #{mix ($darkest-text-color , $lightest-text-color , 15% )} ;
@@ -171,16 +168,6 @@ $lightest-text-color: $text-color;
171168 --ion-background-color-step-900 : #{mix ($text-color , $background-color , 90% )} ;
172169 --ion-background-color-step-950 : #{mix ($text-color , $background-color , 95% )} ;
173170 }
174-
175- // Modal
176- // --------------------------------------------------
177-
178- // TODO(FW-4005): Implement these to ionic modular
179- & ion-modal {
180- --ion-background-color : var (--ion-background-color-step-100 );
181- --ion-toolbar-background : var (--ion-background-color-step-150 );
182- --ion-toolbar-border-color : var (--ion-background-color-step-250 );
183- }
184171}
185172
186173@mixin high-contrast-dark-md-palette () {
@@ -197,10 +184,6 @@ $lightest-text-color: $text-color;
197184 --ion-toolbar-background : #1f1f1f ;
198185 --ion-tab-bar-background : #1f1f1f ;
199186 --ion-card-background : #1e1e1e ;
200- // TODO(FW-4005): Implement these to ionic modular
201- /// Only the item borders should increase in contrast
202- /// Borders for elements like toolbars should remain the same
203- --ion-item-border-color : var (--ion-background-color-step-400 );
204187 --ion-text-color-step-50 : #{mix ($darkest-text-color , $lightest-text-color , 5% )} ;
205188 --ion-text-color-step-100 : #{mix ($darkest-text-color , $lightest-text-color , 10% )} ;
206189 --ion-text-color-step-150 : #{mix ($darkest-text-color , $lightest-text-color , 15% )} ;
0 commit comments