Commit 33ff53d91560f15f80347c4f5774ba8b9791f133
1 parent
6854be80
Exists in
spb-stable
and in
2 other branches
Fix syntax error
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Showing
4 changed files
with
5 additions
and
5 deletions
Show diff stats
app/assets/stylesheets/generic/typography.scss
app/assets/stylesheets/sections/nav.scss
app/assets/stylesheets/sections/notes.scss
... | ... | @@ -37,7 +37,7 @@ ul.notes { |
37 | 37 | font-weight: bold; |
38 | 38 | font-size: 14px; |
39 | 39 | &:hover { |
40 | - color: $link_hover_colory; | |
40 | + color: $link_hover_color; | |
41 | 41 | } |
42 | 42 | } |
43 | 43 | } |
... | ... | @@ -172,7 +172,7 @@ ul.notes { |
172 | 172 | @extend .cgray; |
173 | 173 | |
174 | 174 | &:hover { |
175 | - color: $link_hover_colory; | |
175 | + color: $link_hover_color; | |
176 | 176 | &.danger { @extend .cred; } |
177 | 177 | } |
178 | 178 | } | ... | ... |