From 37c53ac07c31503ad8a7262b522e052c85bf167b Mon Sep 17 00:00:00 2001 From: Adam Bradley Date: Wed, 29 Jun 2016 11:44:45 -0500 Subject: [PATCH] style(scss): fix scss lint errors --- 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 e85008f6fa..2128d795c3 100644 --- a/src/components/toolbar/toolbar.md.scss +++ b/src/components/toolbar/toolbar.md.scss @@ -34,11 +34,14 @@ ion-header::after { // rather than using `box-shadow: 0 2px 5px rgba(0,0,0,0.26);` // noticable performance difference on older Android devices position: absolute; + width: 100%; height: 5px; - content: ''; + background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAIBAMAAAARjyJQAAAAFVBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAASAQCkAAAAB3RSTlMBLRUGDSA4cBS/RQAAACBJREFUeF5jSEMCDIJIgCEUCTAoIQEGFyTAYIwEGHACAG7+EL36X1OAAAAAAElFTkSuQmCC); background-repeat: repeat-x; + + content: ""; }