Skip to content

Commit

Permalink
fix(outline): remove default outline color. Use the current component…
Browse files Browse the repository at this point in the history
… color for the outline as suggested by issue #35
  • Loading branch information
Lausselloic committed Mar 27, 2017
1 parent aae994e commit 2e5bd26
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scss/_orange-css.scss
Original file line number Diff line number Diff line change
Expand Up @@ -31,16 +31,16 @@

// back from accessibility plugin css
div.active:focus {
outline: dotted 1px #000;
outline: dotted 1px;
}

a:focus {
outline: dotted 1px #000;
outline: dotted 1px;
}

.close:hover,
.close:focus {
outline: dotted 1px #000;
outline: dotted 1px;
}

//
Expand Down

0 comments on commit 2e5bd26

Please sign in to comment.