0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-04-08 02:52:39 -05:00

Fixed input field focus style bug

This commit is contained in:
Peter Zimon 2020-07-23 12:15:30 +02:00
parent 1aa9652970
commit a95262a963

View file

@ -23,7 +23,7 @@ export const InputFieldStyles = `
display: none;
}
.gh-portal-input-label:focus {
.gh-portal-input:focus {
border: none;
box-shadow: 0px 0px 0px 1px #c5c5c5 , 0px 2px 4px 0px rgba(0, 0, 0, 0.07), 0px 1px 1.5px 0px rgba(0, 0, 0, 0.05);
}