mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-08 07:41:51 +08:00
chore(many): add tech debt tickets and remove unnecessary todos (#26266)
This commit is contained in:
@ -54,7 +54,6 @@
|
||||
color: current-color(contrast);
|
||||
}
|
||||
|
||||
// TODO we should remove outer-content in favor of a color
|
||||
:host(.outer-content) {
|
||||
--background: #{$background-color-step-50};
|
||||
}
|
||||
|
||||
@ -280,7 +280,6 @@ export class Content implements ComponentInterface {
|
||||
if (easedT < 1) {
|
||||
// do not use DomController here
|
||||
// must use nativeRaf in order to fire in the next frame
|
||||
// TODO: remove as any
|
||||
requestAnimationFrame(step);
|
||||
} else {
|
||||
resolve();
|
||||
|
||||
Reference in New Issue
Block a user