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 04cff2b commit bcf0717Copy full SHA for bcf0717
src/BootstrapBlazor/Components/ValidateForm/ValidateForm.razor.scss
@@ -1,4 +1,4 @@
1
-@use "../../wwwroot/scss/variables" as *;
+@use "../../wwwroot/scss/variables" as *;
2
3
.form-control {
4
--bb-form-control-padding: #{$bb-form-control-padding}
@@ -61,6 +61,7 @@ form {
61
.was-validated .custom-select:valid:focus,
62
.custom-select.is-valid:focus {
63
border-color: var(--bs-success);
64
+ box-shadow: none;
65
}
66
67
.input-number-fix::-webkit-outer-spin-button,
0 commit comments