Fixes #3238 - Editing login message difficult with invisible text

This commit is contained in:
Marcel Herrguth 2021-02-25 12:20:47 +00:00 committed by Martin Edenhofer
parent 53a738f6e4
commit 0b3b731321

View file

@ -7429,7 +7429,11 @@ footer {
} }
&--success { &--success {
background: hsl(145,51%,45%); &,
&[contenteditable]:hover,
&[contenteditable]:focus {
background: hsl(145,51%,45%);
}
} }
&--warning { &--warning {