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,8 +7429,12 @@ footer {
} }
&--success { &--success {
&,
&[contenteditable]:hover,
&[contenteditable]:focus {
background: hsl(145,51%,45%); background: hsl(145,51%,45%);
} }
}
&--warning { &--warning {
color: hsl(45,98%,17%); color: hsl(45,98%,17%);