Skip to content

Commit

Permalink
Merge pull request #80 from farend/fix-error-highlighting
Browse files Browse the repository at this point in the history
Fix improper error highlighting for description field in issue form ( related redmine #39795 )
  • Loading branch information
ishikawa999 authored Dec 25, 2023
2 parents 5bc3b0f + c53bbbe commit 6674fa5
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 6674fa5

Please sign in to comment.