Skip to content

Commit db533c2

Browse files
Follow-up fix to twbs#20821
With apologies, copy/paste error following on from trying to fix conflicting Hound/Travis checks for twbs#20821 slipped through before I noticed them.
1 parent add8dfe commit db533c2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

scss/_print.scss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
}
2828

2929
a,
30-
a::visited {
30+
a:visited {
3131
text-decoration: underline;
3232
}
3333

@@ -47,8 +47,8 @@
4747
//
4848

4949
//a[href^="#"]::after,
50-
//a[href^="javascript:"]:after {
51-
// content: "";
50+
//a[href^="javascript:"]::after {
51+
// content: "";
5252
//}
5353

5454
pre {

0 commit comments

Comments
 (0)