From 58746a9e449b17122be1741cb65ca2c27bc83b80 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pau=20Ferrer=20Oca=C3=B1a?= Date: Thu, 24 Jan 2019 09:27:05 +0100 Subject: [PATCH] MOBILE-2843 ux: Remove border of the refresher --- src/app/app.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/app/app.scss b/src/app/app.scss index 508268db3..17b534f24 100644 --- a/src/app/app.scss +++ b/src/app/app.scss @@ -73,6 +73,10 @@ ion-app.app-root { } } + .has-refresher > .scroll-content { + border-top: 0 !important; + } + // Define an alternative way to set a heading in an item without using a heading tag. // This is done for accessibility reasons when a heading is semantically incorrect. .item .item-heading {