0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-24 23:48:13 -05:00

Fixed price input UI bug

This commit is contained in:
Peter Zimon 2021-02-12 16:57:59 +01:00
parent 43708f20fe
commit 26af8551cc

View file

@ -641,8 +641,8 @@ textarea {
}
.gh-input-group .gh-input:focus + .gh-input-append {
border-color: color-mod(var(--blue));
box-shadow: inset 0 0 0 1px var(--blue);
border-color: color-mod(var(--green));
box-shadow: inset 0 0 0 1px var(--green);
}
.gh-input-group .gh-input:focus + .gh-input-append,