Skip to content

Commit

Permalink
fix(select): Using label and placeholder on non label-fixed select br… (
Browse files Browse the repository at this point in the history
#760)

…eaks input styling
  • Loading branch information
fatihhayri authored Jan 11, 2024
1 parent 1d5f767 commit 1b5a10e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/select/bl-select.css
Original file line number Diff line number Diff line change
Expand Up @@ -263,8 +263,8 @@ legend span {
visibility: visible;
}

:where(.selected) .label,
:host(:not([placeholder]).select-open) .label {
:host([placeholder]) :where(.select-open, .selected) .label,
:host(:not([placeholder])) .selected .label {
display: none;
}

Expand Down

0 comments on commit 1b5a10e

Please sign in to comment.