mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-23 22:11:09 +03:00
Fix input:focus border issues from #2088
This commit is contained in:
parent
4349cb3018
commit
572dc0c2d6
@ -221,7 +221,8 @@
|
||||
}
|
||||
|
||||
&:focus {
|
||||
background: lighten($darkgrey, 15%);
|
||||
border: none;
|
||||
background: lighten($darkgrey, 15%);
|
||||
}
|
||||
|
||||
}
|
||||
@ -306,7 +307,8 @@
|
||||
max-width: 244px;
|
||||
}
|
||||
|
||||
&:focus {
|
||||
&:focus {
|
||||
border: none;
|
||||
background: lighten($darkgrey, 15%);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user