Skip to content

Commit

Permalink
refactor: do not change readonly chips opacity (#3752)
Browse files Browse the repository at this point in the history
  • Loading branch information
web-padawan authored Apr 28, 2022
1 parent aa056b0 commit 931b69c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,6 @@ const multiSelectComboBox = css`
padding-inline-start: 0;
}
:host([readonly]) [part~='chip'] {
opacity: 0.7;
}
[part~='chip']:not(:last-of-type) {
margin-inline-end: var(--lumo-space-xs);
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,6 @@ registerStyles(
);

const multiSelectComboBox = css`
:host([readonly]) [part~='chip'] {
opacity: 0.5;
}
[part='input-field'] {
height: auto;
min-height: 32px;
Expand Down

0 comments on commit 931b69c

Please sign in to comment.