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