]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Follow-up fix to #20821
authorPatrick H. Lauke <redux@splintered.co.uk>
Mon, 3 Oct 2016 09:13:58 +0000 (10:13 +0100)
committerGitHub <noreply@github.com>
Mon, 3 Oct 2016 09:13:58 +0000 (10:13 +0100)
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

index fd99d6978364030d0c78092ccd54cf5bb7b52f55..bd41328c2a7b5a16978adf8cf81dde42c49347e2 100644 (file)
@@ -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 {