refactor(form-control): remove duplicate style (#2270)

* refactor: 移除冗余样式

* chore: bump version 7.11.1
This commit is contained in:
Argo Zhang
2023-10-15 09:08:43 -05:00
committed by GitHub
parent 14597d3295
commit ca2021e73c
5 changed files with 3 additions and 7 deletions

View File

@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk.Razor">
<PropertyGroup>
<Version>7.11.1-beta07</Version>
<Version>7.11.1</Version>
</PropertyGroup>
<ItemGroup Condition="'$(TargetFramework)' == 'net5.0'">

View File

@@ -16,8 +16,6 @@ form {
.form-control {
--bb-form-control-padding: 0.375rem 0.75rem;
padding: var(--bb-form-control-padding);
border: 1px solid var(--bs-border-color);
border-radius: var(--bs-border-radius);
&.is-display {
overflow: hidden;

File diff suppressed because one or more lines are too long

View File

@@ -4057,8 +4057,6 @@ form [required]:before {
.form-control {
--bb-form-control-padding: 0.375rem 0.75rem;
padding: var(--bb-form-control-padding);
border: 1px solid var(--bs-border-color);
border-radius: var(--bs-border-radius);
}
.form-control.is-display {
overflow: hidden;

File diff suppressed because one or more lines are too long