2018-10-10 14:33:38 +00:00
Fixes #
2018-10-10 15:57:44 +00:00
_Replace this with a good description of your changes & reasoning._
2018-10-10 14:33:38 +00:00
2018-12-19 22:33:02 +00:00
### Accessibility
<!-- If you've changed or added any interactions, check off the appropriate items below. You can delete any that don't apply. Use this space to elaborate on anything if needed. -->
2020-12-02 02:18:43 +00:00
- [ ] I've tested using only a keyboard (no mouse)
- [ ] I've tested using a screen reader
- [ ] All animations respect [`prefers-reduced-motion` ](https://developer.mozilla.org/en-US/docs/Web/CSS/@media/prefers-reduced-motion )
- [ ] All text has [at least a 4.5 color contrast with its background ](https://webaim.org/resources/contrastchecker/ )
2018-12-19 22:33:02 +00:00
2018-10-10 15:57:44 +00:00
### Screenshots
2018-10-10 14:33:38 +00:00
2018-10-10 15:57:44 +00:00
### Detailed test instructions:
2018-10-10 14:33:38 +00:00
2020-12-02 02:18:43 +00:00
- Ex: Open page `url`
- Click XYZ…
2018-11-13 23:06:50 +00:00
2021-07-09 02:03:51 +00:00
<!--
2021-02-04 23:34:18 +00:00
Please add your test instructions to `/TESTING-INSTRUCTIONS.md` .
-->
2020-12-02 02:18:43 +00:00
<!-- - Please add a Changelog note
2019-05-22 22:23:41 +00:00
2022-03-04 04:01:16 +00:00
Enter a changelog note using the following CLI command `pnpm run changelogger -- add` and commit changes. --->