diff --git a/ui/components/input/base/_index.scss b/ui/components/input/base/_index.scss index 78abfc307f..b7f8b617eb 100644 --- a/ui/components/input/base/_index.scss +++ b/ui/components/input/base/_index.scss @@ -289,3 +289,11 @@ color: $color-text-error; } } + +.slds-input:required { + box-shadow: none; +} + +.slds-input:required:focus { + box-shadow: $shadow-button-focus; +}