Skip to content

Commit

Permalink
Override border on login input:focus
Browse files Browse the repository at this point in the history
  • Loading branch information
John O'Nolan committed Jan 31, 2014
1 parent 51fd62c commit 79e1356
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion core/client/assets/sass/layouts/auth.scss
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,8 @@
@include transition(none);
}

&:focus {
&:focus {
border: none;
background: lighten($darkgrey, 15%);
}

Expand Down

0 comments on commit 79e1356

Please sign in to comment.