Skip to content

Commit

Permalink
fix(select): non label-fixed select breaks input styling
Browse files Browse the repository at this point in the history
  • Loading branch information
0o001 committed Dec 23, 2023
1 parent ecc8a30 commit 691541b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/select/bl-select.css
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,8 @@
}

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

0 comments on commit 691541b

Please sign in to comment.