Skip to content

Commit

Permalink
add colour to selected clue
Browse files Browse the repository at this point in the history
  • Loading branch information
Lily2point0 committed May 9, 2017
1 parent 1f24a09 commit f1155ed
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/scss/_base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -168,9 +168,9 @@
padding-bottom: 0.5em;
margin-left: 1em;
cursor: pointer;

.has-hover {
color: grey;
@include oColorsFor(o-crossword-clue-highlight, text);
}
}
}
Expand Down
1 change: 1 addition & 0 deletions src/scss/_color-use-cases.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@
@include oColorsSetUseCase(o-crossword-hidden-down, background, 'grey-tint1');
@include oColorsSetUseCase(o-crossword-hidden-across, text, 'black');
@include oColorsSetUseCase(o-crossword-hidden-down, text, 'black');
@include oColorsSetUseCase(o-crossword-clue-highlight, text, 'claret-1');

0 comments on commit f1155ed

Please sign in to comment.