Skip to content

Commit a31deba

Browse files
author
Dustyn Blackmore
committed
Updated README.md
Minor change to base css for hiding validation messages with focus. This is the result of a refactor that changed parent container names.
1 parent 8a2f71f commit a31deba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ A basic example may be;
6868
}
6969

7070
/* Hides validation messages whilst the Input has cursor focus */
71-
.container-focus .validation-invalid {
71+
.validation-focus.validation-invalid {
7272
display: none;
7373
}
7474
```

0 commit comments

Comments
 (0)