0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-06 22:40:14 -05:00

Fix input:focus border issues from #2088

This commit is contained in:
Paul Adam Davis 2014-02-18 16:59:01 +00:00
parent 4349cb3018
commit 572dc0c2d6

View file

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