1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

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>
This commit is contained in:
Tainara Palmeira
2024-11-15 16:19:23 +01:00
committed by Sarah Boyce
parent 15ca75449b
commit 86661f2449
10 changed files with 55 additions and 121 deletions

View File

@@ -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&amp;_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>
"""