From: Mark Otto Date: Thu, 22 Dec 2016 06:20:22 +0000 (-0800) Subject: linting X-Git-Tag: v4.0.0-alpha.6~253 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0698dfbed772e94c8e86ff9bddb4180748cb546c;p=thirdparty%2Fbootstrap.git linting --- diff --git a/scss/_navbar.scss b/scss/_navbar.scss index b5231d7200..7ab331dcb7 100644 --- a/scss/_navbar.scss +++ b/scss/_navbar.scss @@ -114,10 +114,10 @@ // or image file as needed. .navbar-toggler-icon { display: inline-block; - content: ""; width: 1.5em; height: 1.5em; vertical-align: middle; + content: ""; background: no-repeat center center; background-size: 100% 100%; }