Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk.Razor">

<PropertyGroup>
<Version>10.0.0</Version>
<Version>10.0.1</Version>
</PropertyGroup>

<PropertyGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1445,6 +1445,14 @@ fieldset:disabled .btn {
margin-inline-start: 0;
}

/* Input-group checkbox (BootstrapInputGroup) — the library lays these out as a centered
* flex cell (.input-group > .form-check) with its own padding, so the standalone
* negative-margin indicator offset above would drag the box over the cell border;
* restore the library margins here (higher specificity, loads later) */
.input-group > .form-check .form-check-input {
margin: 3px 0 1px 0; /* same as library Checkbox.razor.scss */
}

.form-check .form-check-input {
border-color: #616161; /* colorNeutralStrokeAccessible */
}
Expand Down

Large diffs are not rendered by default.

Loading