diff options
| author | Tainara Palmeira <tainarapalmeirag@gmail.com> | 2024-11-15 16:19:23 +0100 |
|---|---|---|
| committer | Sarah Boyce <42296566+sarahboyce@users.noreply.github.com> | 2024-11-29 08:31:06 +0100 |
| commit | 86661f2449fb0903f72b3522c68e146934013377 (patch) | |
| tree | 2983abd9c83604557db7be214f81549a84b3511b /tests/admin_widgets | |
| parent | 15ca75449bcab3ec5b36dc7a17a0898ac8013621 (diff) | |
Fixed #35791 -- Updated icon button dimensions to 24x24 pixels.
This is to meet the WCAG 2.5.8 minimum size requirement.
Co-authored-by: Eva Nanyonga <evewish@gmail.com>
Diffstat (limited to 'tests/admin_widgets')
| -rw-r--r-- | tests/admin_widgets/tests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/admin_widgets/tests.py b/tests/admin_widgets/tests.py index a81f5802d1..15e11a6d8f 100644 --- a/tests/admin_widgets/tests.py +++ b/tests/admin_widgets/tests.py @@ -959,7 +959,7 @@ class RelatedFieldWidgetWrapperTests(SimpleTestCase): <a class="related-widget-wrapper-link add-related" id="add_id_stream" data-popup="yes" title="Add another release event" href="/admin_widgets/releaseevent/add/?_to_field=album&_popup=1"> - <img src="/static/admin/img/icon-addlink.svg" alt="" width="20" height="20"> + <img src="/static/admin/img/icon-addlink.svg" alt="" width="24" height="24"> </a> </div> """ |
