Skip to content

Commit

Permalink
fix(delete-icon): css in chip sub-queries
Browse files Browse the repository at this point in the history
  • Loading branch information
1000daysofcode committed Apr 15, 2024
1 parent 3af7666 commit 829b605
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/demo/public/delete_icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 11 additions & 0 deletions packages/demo/src/ccp.css
Original file line number Diff line number Diff line change
Expand Up @@ -318,9 +318,20 @@ lens-search-bar::part(delete-button-icon-group),
lens-search-bar-multiple::part(delete-button-icon) {
filter: invert(41%) sepia(43%) saturate(4610%) hue-rotate(357deg) brightness(96%) contrast(90%);
transform: translate(0px, 2px);
}

lens-search-bar::part(delete-button-icon),
lens-search-bar-multiple::part(delete-button-icon-value) {
transform: translate(-1px, -1px);
width: 20px;
}

lens-search-bar::part(delete-button-icon):hover,
lens-search-bar-multiple::part(delete-button-icon-value):hover {
filter: invert(38%) sepia(78%) saturate(1321%) hue-rotate(352deg) brightness(92%) contrast(99%);
}


lens-search-button::part(lens-search-button) {
background-color: var(--light-blue);
}
Expand Down

0 comments on commit 829b605

Please sign in to comment.