From 9b2f4a682e8daa89af7b532236ff9d240ed69150 Mon Sep 17 00:00:00 2001 From: Brandy Carney Date: Thu, 30 Jun 2016 16:44:10 -0400 Subject: [PATCH] chore(sass): fix linter errors --- src/components/toolbar/toolbar.md.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/toolbar/toolbar.md.scss b/src/components/toolbar/toolbar.md.scss index aa4980a136..a6c0c61a65 100644 --- a/src/components/toolbar/toolbar.md.scss +++ b/src/components/toolbar/toolbar.md.scss @@ -44,16 +44,16 @@ ion-footer::before, height: 5px; background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAHBAMAAADzDtBxAAAAD1BMVEUAAAAAAAAAAAAAAAAAAABPDueNAAAABXRSTlMUCS0gBIh/TXEAAAAaSURBVAjXYxCEAgY4UIICBmMogMsgFLtAAQCNSwXZKOdPxgAAAABJRU5ErkJggg==); - background-position: 0 -2px; background-repeat: repeat-x; + background-position: 0 -2px; content: ""; } ion-footer::before, [tabbarplacement="bottom"] > ion-tabbar::before { - bottom: auto; top: -2px; + bottom: auto; height: 2px;