Skip to content

Commit

Permalink
fix(BootstrapInputGroupLabel): required attribute not work (#2803)
Browse files Browse the repository at this point in the history
* refactor: 更新样式

* chore: bump version 8.1.7-beta03
  • Loading branch information
ArgoZhang authored Jan 14, 2024
1 parent 08d7f5b commit 46fc042
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/BootstrapBlazor/BootstrapBlazor.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk.Razor">

<PropertyGroup>
<Version>8.1.7-beta02</Version>
<Version>8.1.7-beta03</Version>
</PropertyGroup>

<ItemGroup Condition="'$(TargetFramework)' == 'net5.0'">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
}

form {
.input-group-text:before,
.form-label:before {
content: "";
position: relative;
Expand All @@ -12,6 +13,7 @@ form {
min-width: 5px;
}

.input-group-text[required]:before,
.form-label[required]:before {
content: "*";
color: var(--bs-danger);
Expand Down

0 comments on commit 46fc042

Please sign in to comment.