Skip to content

Commit

Permalink
Fix bug 1130504 - Fix calendar buttons on Chrome turn blue when focused
Browse files Browse the repository at this point in the history
  • Loading branch information
lcamacho committed Feb 6, 2015
1 parent db33e43 commit 1ae2a8f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions airmozilla/main/static/main/css/calendar.css
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,11 @@ button {
border-radius: 0;
}

button:hover {
button:hover, button:focus {
box-shadow: none;
outline: none;
}

label {
display: inline;
display: inline;
}

0 comments on commit 1ae2a8f

Please sign in to comment.