Fixes #3238 - Editing login message difficult with invisible text
This commit is contained in:
parent
53a738f6e4
commit
0b3b731321
1 changed files with 5 additions and 1 deletions
|
@ -7429,7 +7429,11 @@ footer {
|
||||||
}
|
}
|
||||||
|
|
||||||
&--success {
|
&--success {
|
||||||
background: hsl(145,51%,45%);
|
&,
|
||||||
|
&[contenteditable]:hover,
|
||||||
|
&[contenteditable]:focus {
|
||||||
|
background: hsl(145,51%,45%);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
&--warning {
|
&--warning {
|
||||||
|
|
Loading…
Reference in a new issue