Skip to content

Commit 64993f0

Browse files
committed
Remove highlighting link state
1 parent 5aa0851 commit 64993f0

3 files changed

Lines changed: 1 addition & 12 deletions

File tree

client/stylesheets/foundation/_config.sass

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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

client/stylesheets/structures/_link.sass

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,6 @@
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

views/news/index.jade

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff 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
| (

0 commit comments

Comments
 (0)