From db533c2e8d950647ff5e884083bf2d72063ed4b0 Mon Sep 17 00:00:00 2001 From: "Patrick H. Lauke" Date: Mon, 3 Oct 2016 10:13:58 +0100 Subject: [PATCH] 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. --- scss/_print.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 {