0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-17 23:44:39 -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

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