mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-20 22:42:53 -05:00
Merge pull request #2215 from PaulAdamDavis/master
Fix input:focus border issues from #2088
This commit is contained in:
commit
3966391d9b
1 changed files with 4 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue