We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e44fdc commit ba3ac5bCopy full SHA for ba3ac5b
ui/components/input/base/_index.scss
@@ -282,6 +282,14 @@
282
}
283
284
285
+.slds-input:required {
286
+ box-shadow: none;
287
+}
288
+
289
+.slds-input:required:focus {
290
+ box-shadow: $shadow-button-focus;
291
292
293
.slds-has-error {
294
@include form-input-error('.slds-input');
295
@@ -290,11 +298,3 @@
298
color: $color-text-error;
299
300
-
-.slds-input:required {
- box-shadow: none;
296
-}
297
-.slds-input:required:focus {
- box-shadow: $shadow-button-focus;
0 commit comments