Skip to content

Commit 069a3c8

Browse files
author
Ayesha Mazumdar
authored
fix(input): Remove red box shadow from required inputs in Firefox (#3036)
1 parent 14aa268 commit 069a3c8

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

ui/components/input/base/_index.scss

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -289,3 +289,11 @@
289289
color: $color-text-error;
290290
}
291291
}
292+
293+
.slds-input:required {
294+
box-shadow: none;
295+
}
296+
297+
.slds-input:required:focus {
298+
box-shadow: $shadow-button-focus;
299+
}

0 commit comments

Comments
 (0)