0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-24 23:48:13 -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 c99d2decc9
commit fa06893d81

View file

@ -96,6 +96,7 @@
}
&:focus {
border: none;
background: lighten($darkgrey, 15%);
}