Skip to content

Commit

Permalink
Fix improper error highlighting for description field in issue form (…
Browse files Browse the repository at this point in the history
… related redmine #39795 )
  • Loading branch information
ishikawa999 committed Dec 25, 2023
1 parent 5bc3b0f commit c53bbbe
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/styles/components/_inputs.scss
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ $checkbox-margin: 7px 2px 7px 0px;
&.error {
color: $color-validation-error-input-border !important;
}
&.error + * {
&.error + *:not(#issue_description_and_toolbar), &.error + span#issue_description_and_toolbar div.jstBlock {
border: 1px solid $color-validation-error-input-border !important;
}
}
Expand Down
2 changes: 1 addition & 1 deletion stylesheets/theme.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion stylesheets/theme.css.map

Large diffs are not rendered by default.

0 comments on commit c53bbbe

Please sign in to comment.