From 1f4b3e2cf00be3c23d742b4b99d8c8bfeb9d9379 Mon Sep 17 00:00:00 2001 From: Adam Bradley Date: Wed, 29 Jun 2016 22:06:18 -0500 Subject: [PATCH] feat(tabbar): apply shadow on MD tabbar top --- src/components/toolbar/toolbar.md.scss | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/components/toolbar/toolbar.md.scss b/src/components/toolbar/toolbar.md.scss index 2128d795c3..53316f4b5f 100644 --- a/src/components/toolbar/toolbar.md.scss +++ b/src/components/toolbar/toolbar.md.scss @@ -29,11 +29,14 @@ $toolbar-md-button-border-radius: 2px !default; $navbar-md-height: $toolbar-md-height !default; -ion-header::after { +ion-header::after, +[tabbarplacement="top"] > ion-tabbar::after { // using datauri png background image for improved scroll performance // rather than using `box-shadow: 0 2px 5px rgba(0,0,0,0.26);` // noticable performance difference on older Android devices position: absolute; + bottom: -5px; + left: 0; width: 100%; height: 5px;