From: Patrick H. Lauke Date: Mon, 3 Oct 2016 09:13:58 +0000 (+0100) Subject: Follow-up fix to #20821 X-Git-Tag: v4.0.0-alpha.5~53 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=db533c2e8d950647ff5e884083bf2d72063ed4b0;p=thirdparty%2Fbootstrap.git Follow-up fix to #20821 With apologies, copy/paste error following on from trying to fix conflicting Hound/Travis checks for https://github.com/twbs/bootstrap/pull/20821/ slipped through before I noticed them. --- diff --git a/scss/_print.scss b/scss/_print.scss index fd99d69783..bd41328c2a 100644 --- a/scss/_print.scss +++ b/scss/_print.scss @@ -27,7 +27,7 @@ } a, - a::visited { + a:visited { text-decoration: underline; } @@ -47,8 +47,8 @@ // //a[href^="#"]::after, - //a[href^="javascript:"]:after { - // content: ""; + //a[href^="javascript:"]::after { + // content: ""; //} pre {