File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -131,8 +131,6 @@ $inlineConsole-incorrect-background: $sienna
131131
132132 $link-color : $c-highlight
133133$link--state-color : darken ($link-color , 15% )
134- $link--highlighted-color : $sienna
135- $link--highlighted-state-color : darken ($link--highlighted-color , 15% )
136134$link--inverted-color : $c-text-invert
137135$link--inverted--state-color : rgba($link--inverted-color , 0.5 )
138136
Original file line number Diff line number Diff line change 2424.link--bordered
2525 border-bottom : $link-border currentColor
2626
27- // ----- Highlighted ----- //
28-
29- .link--highlighted
30- color : $link--highlighted-color
31-
32- + state
33- color : $link--highlighted-state-color
34-
3527// ----- Inverted ----- //
3628
3729.link--inverted
Original file line number Diff line number Diff line change @@ -60,8 +60,7 @@ block content
6060 | |
6161 time.tsi = story .date
6262 | |
63- - className = story .comment_count > 2 ? ' link link--highlighted' : ' '
64- a( href ='/news/' + story .slug + '#comments' class =className)
63+ a( href ='/news/' + story .slug + '#comments' )
6564 | View Discussion
6665 if story .comment_count > 0
6766 | (
You can’t perform that action at this time.
0 commit comments