File tree Expand file tree Collapse file tree 1 file changed +21
-1
lines changed
Expand file tree Collapse file tree 1 file changed +21
-1
lines changed Original file line number Diff line number Diff line change @@ -490,14 +490,34 @@ dialog::backdrop {
490490 border-color : var (--color-danger );
491491}
492492
493- .good .form-group input : valid {
493+ .good .form-group input ,
494+ .good .form-group textarea ,
495+ .good .form-group select {
496+ background : # ffffff ;
497+ border-color : var (--color-primary );
498+ }
499+
500+ .good .form-group input : focus ,
501+ .good .form-group textarea : focus ,
502+ .good .form-group select : focus {
503+ outline : var (--focus-outline );
494504 border-color : var (--color-primary );
495505}
496506
497507.bad .form-group input ,
508+ .bad .form-group textarea ,
509+ .bad .form-group select ,
498510.bad .form-group input : valid ,
499511.bad .form-group input : invalid {
500512 border-color : # c5c5c7 ;
513+ background : # f8f8f8 ;
514+ }
515+
516+ .bad .form-group input : focus ,
517+ .bad .form-group textarea : focus ,
518+ .bad .form-group select : focus {
519+ outline : 2px solid # 86868b ;
520+ border-color : # 86868b ;
501521}
502522
503523.js-error {
You can’t perform that action at this time.
0 commit comments