Joy Serquiña
Joy Serquiña
Removes :hover and .mat-focused opacity changes to .form-field-focus-overlay which was causing a low color contrast ratio between the text and form-field input background fill color.
Fixes a bug in the Angular Material component where when the selected year range is updated by moving forward to the next range or by moving to the previous range...
Fixes a bug in the Angular Material Autocomplete component where the autocomplete panel listbox top is cut off by the device screen when being viewed in landscape mode. This is...
Fixes a bug in the Angular Material dialog component where buttons/actions are unreachable due to dialog overflowing because of unspecified max-height for the mat-dialog-container parent flexbox. Fixes #24785
Fixes issue with Angular Components List component where the list item truncates on narrow screen widths (ie. mobile screens). Removes white-space wrap style and adds some height to primary lines...
Fixes bug with Angular Components Dialog component on Mac whether using Chrome or Firefox the screenreader does not read the dialog name/title unless it is using an aria-label. Updates the...
Fixes Angular Components Chips component accessibility issue where the touch target is too small. Updates the chips' remove button ::after margin and padding styles to create a larger touch target...
Attempts to create a default font-size that is applied to the Light and Dark themes that are applied to the entire MaterialApp. *Replace this paragraph with a description of what...
Fixes an issue with Angular Components Material Icon component where when text-spacing is applied the icon gets misaligned and if inside of an input or container with an outline, the...
Attempts to fix a bug with Angular Components Form-field component where the mat-error and mat-hint component are just visually hidden in the DOM, but visibility is toggled depending on the...