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
…eaks input styling
  • Loading branch information
fatihhayri committed Dec 26, 2023
1 parent ecc8a30 commit 36872bf
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 36872bf

Please sign in to comment.