Skip to content

Commit

Permalink
feat(tabbar): apply shadow on MD tabbar top
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdbradley committed Jun 30, 2016
1 parent 0d8c947 commit 1f4b3e2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/components/toolbar/toolbar.md.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 1f4b3e2

Please sign in to comment.