From 36a070d98f98d17155609c36b0cad139fe6b0a17 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pau=20Ferrer=20Oca=C3=B1a?= Date: Wed, 11 Dec 2019 13:26:57 +0100 Subject: [PATCH] MOBILE-3213 tabs: Add border on side placement --- src/components/ion-tabs/ion-tabs.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/ion-tabs/ion-tabs.scss b/src/components/ion-tabs/ion-tabs.scss index ec2e85b66..5088c5969 100644 --- a/src/components/ion-tabs/ion-tabs.scss +++ b/src/components/ion-tabs/ion-tabs.scss @@ -35,6 +35,7 @@ ion-app.app-root core-ion-tabs { width: $core-sidetab-size; height: 100%; flex-direction: column; + @include border-end(0.55px, solid, rgba(0, 0, 0, 0.3)); .tab-button { width: 100%; .tab-badge.badge {