mirror of
https://github.com/django/django.git
synced 2025-11-19 19:24:46 +00:00
Regression in 87ab54b488. Refs #35829.
Thank you Natalia Bidart for the review.
This commit is contained in:
parent
bad03eb108
commit
c595af6545
1 changed files with 2 additions and 1 deletions
|
|
@ -568,7 +568,8 @@ ul.timelist, .timelist li {
|
|||
.inline-deletelink {
|
||||
float: right;
|
||||
text-indent: -9999px;
|
||||
background: url(../img/inline-delete.svg) 0 0 no-repeat;
|
||||
background: url(../img/inline-delete.svg) center center no-repeat;
|
||||
background-size: contain;
|
||||
width: 1.5rem;
|
||||
height: 1.5rem;
|
||||
border: 0px none;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue