Skip to content

Commit 8033c22

Browse files
authored
(fix) rich text editor: white background on error (#3108)
1 parent 3f2bb4d commit 8033c22

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

ui/components/rich-text-editor/base/_index.scss

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,16 @@
9999
*/
100100
.slds-rich-text-editor.slds-has-error {
101101
border: $border-width-thick solid $color-border-error;
102+
103+
.slds-input {
104+
box-shadow: none;
105+
}
106+
107+
.slds-form-element__help {
108+
background: $color-background-alt;
109+
margin-top: 0;
110+
border-radius: $border-radius-medium;
111+
}
102112
}
103113

104114
/**

0 commit comments

Comments
 (0)