Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.Whilst investigating how Drupal core themes use typography I notices that the Seven theme has an admin-options component that appears to be completely unused. I've not been able to find it in Drupal 6 or Drupal 7 (but that has the same styles). Perhaps I'm missing something but maintaining dead css wastes time.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | 2405213.1.patch | 1.41 KB | alexpott |
Comments
Comment #1
alexpottComment #2
lewisnymanComment #3
lewisnymanI traced this code back to the initial Seven commit in #484860: Initial D7UX admin theme. From #10:
I wonder how much CSS has been copied over that isn't used... I guess we will find out in #2405553: Ensure code is inline with the current standards
Comment #4
catchCommitted/pushed to 8.0.x, thanks!