0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-10 23:36:14 -05:00

Override border on login input:focus

Fixes #2088
This commit is contained in:
John O'Nolan 2014-01-31 18:30:14 +07:00
parent 51fd62c118
commit 79e1356b66

View file

@ -95,7 +95,8 @@
@include transition(none);
}
&:focus {
&:focus {
border: none;
background: lighten($darkgrey, 15%);
}