Skip to content

Commit

Permalink
refactor!: reduce chips contrast in disabled multi-select-combo-box (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
web-padawan authored Jul 29, 2024
1 parent 30a4469 commit 31b0524
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ const chip = css`
-moz-osx-font-smoothing: grayscale;
}
:host([disabled]) {
background-color: var(--lumo-contrast-10pct);
}
:host([focused]) [part='remove-button'] {
color: inherit;
}
Expand Down

0 comments on commit 31b0524

Please sign in to comment.