Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
Give anchors outline, so that the focus can be seen if needed
  • Loading branch information
Joonas Iivonen committed Jan 10, 2017
2 parents 7c83020 + 3c90d14 commit 1fe5318
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
5 changes: 0 additions & 5 deletions css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -4103,18 +4103,13 @@ p {
*/
a, .box-card__fieldset a {
color: #0098d0;
outline: 0;
text-decoration: none;
}

a:hover {
color: #005479;
}

a:hover, a:active, a:focus {
outline: 0;
}

/*
section: 3.4
title: Blockquote
Expand Down
5 changes: 0 additions & 5 deletions sass/common-elements/_common-elements.scss
Original file line number Diff line number Diff line change
Expand Up @@ -108,18 +108,13 @@ p {

a {
color: $blue;
outline: 0;
text-decoration: none;

&:hover {
color: $darkblue;
}
}

a:hover, a:active, a:focus {
outline: 0;
}

/*
section: 3.4
title: Blockquote
Expand Down

0 comments on commit 1fe5318

Please sign in to comment.