Fixed #33310 -- Removed unused rule from admin CSS.

Unused since 30e59705fc.
This commit is contained in:
Álvaro Pelegrina Fernández 2021-11-23 21:14:36 +01:00 committed by GitHub
parent bdcda1ca9b
commit 98352ddf3a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 10 deletions

View File

@ -296,12 +296,6 @@
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.action-counter,
#changelist .actions span.clear,

View File

@ -131,10 +131,6 @@ input[type="submit"], button {
padding: 15px 0;
}
#changelist .actions.selected {
border: none;
}
#changelist .actions label {
display: flex;
}