From 8033c2243595dd48b8a95d684cd6762cc7e21efc Mon Sep 17 00:00:00 2001 From: John Earle Date: Tue, 27 Feb 2018 14:35:00 -0800 Subject: [PATCH] (fix) rich text editor: white background on error (#3108) --- ui/components/rich-text-editor/base/_index.scss | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/ui/components/rich-text-editor/base/_index.scss b/ui/components/rich-text-editor/base/_index.scss index 18fbd353d0..b2eb6ffcd8 100644 --- a/ui/components/rich-text-editor/base/_index.scss +++ b/ui/components/rich-text-editor/base/_index.scss @@ -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; + } } /**