Skip to content

Commit

Permalink
(fix) rich text editor: white background on error (#3108)
Browse files Browse the repository at this point in the history
  • Loading branch information
erlswtshrt authored Feb 27, 2018
1 parent 3f2bb4d commit 8033c22
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions ui/components/rich-text-editor/base/_index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,16 @@
*/
.slds-rich-text-editor.slds-has-error {
border: $border-width-thick solid $color-border-error;

.slds-input {
box-shadow: none;
}

.slds-form-element__help {
background: $color-background-alt;
margin-top: 0;
border-radius: $border-radius-medium;
}
}

/**
Expand Down

0 comments on commit 8033c22

Please sign in to comment.