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:
committed by
Sarah Boyce
parent
15ca75449b
commit
86661f2449
@@ -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>
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user