From 11cb42facb4d8bdbe3cd5b398f4fb59399528530 Mon Sep 17 00:00:00 2001 From: Brandy Carney Date: Tue, 3 Apr 2018 16:58:18 -0400 Subject: [PATCH] fix(app): hide elements --- core/src/components/app/app.scss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/core/src/components/app/app.scss b/core/src/components/app/app.scss index a4e2af8835..008050806b 100644 --- a/core/src/components/app/app.scss +++ b/core/src/components/app/app.scss @@ -184,6 +184,9 @@ $navigation-ios-transition-background: #000 !default; // Misc // -------------------------------------------------- +ion-tap-click, +ion-status-tap, +ion-input-shims, ion-route, ion-route-controller, ion-animation-controller,