Skip to content

Commit

Permalink
fix(ld-select): custom trigger icon
Browse files Browse the repository at this point in the history
  • Loading branch information
borisdiakur committed Aug 26, 2021
1 parent acc077f commit 460de73
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/liquid/components/ld-select/ld-select.css
Original file line number Diff line number Diff line change
Expand Up @@ -432,8 +432,9 @@
.ld-select__icon,
.ld-select [slot='icon'] {
flex-shrink: 0;
display: grid;
place-content: center;
display: flex;
justify-content: center;
align-items: center;
pointer-events: none;

:where(select[aria-disabled='true']) &,
Expand Down

0 comments on commit 460de73

Please sign in to comment.