fix(Select): padding incorrect when validating success (#4692)
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:
Argo Zhang 2024-11-18 03:45:51 -08:00 committed by GitHub
parent c66f7dc283
commit 4673c39c7d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -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>

View File

@ -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 {