Skip to content

Commit bcf0717

Browse files
authored
feat(shadow): add shadow style on invalid form control (#7842)
1 parent 04cff2b commit bcf0717

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/BootstrapBlazor/Components/ValidateForm/ValidateForm.razor.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@use "../../wwwroot/scss/variables" as *;
1+
@use "../../wwwroot/scss/variables" as *;
22

33
.form-control {
44
--bb-form-control-padding: #{$bb-form-control-padding}
@@ -61,6 +61,7 @@ form {
6161
.was-validated .custom-select:valid:focus,
6262
.custom-select.is-valid:focus {
6363
border-color: var(--bs-success);
64+
box-shadow: none;
6465
}
6566

6667
.input-number-fix::-webkit-outer-spin-button,

0 commit comments

Comments
 (0)