mirror of
https://github.com/django/django.git
synced 2025-03-31 19:46:42 +00:00
Fixed #33310 -- Removed unused rule from admin CSS.
Unused since 30e59705fc3e3e9e8370b965af794ad6173bf92b.
This commit is contained in:
parent
bdcda1ca9b
commit
98352ddf3a
@ -296,12 +296,6 @@
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
#changelist .actions.selected { /* XXX Probably unused? */
|
|
||||||
background: var(--body-bg);
|
|
||||||
border-top: 1px solid var(--body-bg);
|
|
||||||
border-bottom: 1px solid #edecd6;
|
|
||||||
}
|
|
||||||
|
|
||||||
#changelist .actions span.all,
|
#changelist .actions span.all,
|
||||||
#changelist .actions span.action-counter,
|
#changelist .actions span.action-counter,
|
||||||
#changelist .actions span.clear,
|
#changelist .actions span.clear,
|
||||||
|
@ -131,10 +131,6 @@ input[type="submit"], button {
|
|||||||
padding: 15px 0;
|
padding: 15px 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
#changelist .actions.selected {
|
|
||||||
border: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
#changelist .actions label {
|
#changelist .actions label {
|
||||||
display: flex;
|
display: flex;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user