Skip to content

Commit

Permalink
Issue #625: WIP Display Regex Error Messages
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanhaerter committed Jan 12, 2022
1 parent a0f90a0 commit 3ad9ae3
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1040,3 +1040,8 @@ div.InputField_ToolbarContainer ul li a:hover {
}

} /* end @media */

input.Error ~ div.TooltipErrorMessage {
display: block;
color: red;
}

0 comments on commit 3ad9ae3

Please sign in to comment.