Skip to content
This repository was archived by the owner on Nov 17, 2024. It is now read-only.

Commit 7869c43

Browse files
author
Cosmo Myzrail Gorynych
committed
🐛 Fields with invalid values should be outlined red
1 parent 4cadb96 commit 7869c43

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/styl/inputs.styl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ textarea
3535
{transshort}
3636
&:focus
3737
border-color acttext
38+
&:invalid
39+
border-color error
3840
.compact
3941
padding 0.2em 0.3em
4042
line-height 1

0 commit comments

Comments
 (0)