| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Currently the single-selection chip shows that it's selected by changing its background color, but that doesn't work in high contrast mode. These changes add a thicker outline when the chip is selected.
| '[class.mat-mdc-chip-with-avatar]': 'leadingIcon', | ||
| '[class.mat-mdc-chip-with-trailing-icon]': 'trailingIcon || removeIcon', | ||
| '[class.mat-mdc-chip-selected]': 'selected', | ||
| '[class.mat-mdc-chip-multiple]': '_chipListMultiple', |
There was a problem hiding this comment.
I would've rather renamed the mat-mdc-chip-selected since there are no usages of it in our codebase, but there are some in g3.
Sorry, something went wrong.
There was a problem hiding this comment.
LGTM
Sorry, something went wrong.
|
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Currently the single-selection chip shows that it's selected by changing its background color, but that doesn't work in high contrast mode. These changes add a thicker outline when the chip is selected.