mirror of
https://gitee.com/LongbowEnterprise/BootstrapBlazor.git
synced 2024-11-29 18:49:08 +08:00
fix(Select): padding incorrect when validating success (#4692)
Some checks are pending
Build project / build (push) Waiting to run
Some checks are pending
Build project / build (push) Waiting to run
* fix: 修复 padding 间隙位置 * chore: bump version 9.0.1-beta03
This commit is contained in:
parent
c66f7dc283
commit
4673c39c7d
@ -1,7 +1,7 @@
|
||||
<Project Sdk="Microsoft.NET.Sdk.Razor">
|
||||
|
||||
<PropertyGroup>
|
||||
<Version>9.0.1-beta02</Version>
|
||||
<Version>9.0.1-beta03</Version>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
|
@ -184,7 +184,7 @@
|
||||
.was-validated .form-select:invalid:not([multiple]):not([size]),
|
||||
.was-validated .form-select:invalid:not([multiple])[size="1"] {
|
||||
background-position: right -1rem center, center right 1.5rem;
|
||||
padding-inline-start: var(--bb-select-padding-right);
|
||||
padding-inline-end: var(--bb-select-padding-right);
|
||||
}
|
||||
|
||||
.arrow-danger {
|
||||
|
Loading…
Reference in New Issue
Block a user