Skip to content

Commit

Permalink
Disable validation messages
Browse files Browse the repository at this point in the history
  • Loading branch information
gilesdring committed Jul 10, 2024
1 parent b8465d7 commit a8b3dd8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/_includes/css/validation.css
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@
&.validated {
background-color: var(--l23-cyan);
}
/* TURN OFF VALIDATION MESSAGES */
display: none;
}

.manual-override {
Expand All @@ -34,4 +36,6 @@
& :is(svg, img) {
height: 1em;
}
/* TURN OFF VALIDATION MESSAGES */
display:none;
}

0 comments on commit a8b3dd8

Please sign in to comment.