From: Catalin Zalog Date: Thu, 17 Sep 2015 22:19:32 +0000 (+0300) Subject: The .text-hide won't hide the text :) X-Git-Tag: v4.0.0-alpha.3~290^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4d979239ec3af0a540bd5dfc989f87eb76bb1a3c;p=thirdparty%2Fbootstrap.git The .text-hide won't hide the text :) --- diff --git a/scss/mixins/_text-hide.scss b/scss/mixins/_text-hide.scss index daed5fb7af..52a38a9069 100644 --- a/scss/mixins/_text-hide.scss +++ b/scss/mixins/_text-hide.scss @@ -1,6 +1,6 @@ // CSS image replacement @mixin text-hide() { - font: "0/0" a; + font: 0/0 a; color: transparent; text-shadow: none; background-color: transparent;