Follow-up to #2422341: seven appearance-page.css css cleanup
Problem/Motivation
In Sevens's appearance page CSS:
.system-themes-list__header {
font-weight: normal;
text-transform: uppercase;
}
Changing headers to look different on different pages encourages inconsistency, we should not override header stying per page, and use the reuseable header classes to change the styling of headers where appropriate: #2028053: Add typographic styles, components, and utility classes
Proposed resolution
Remove the styling completely
Remaining tasks
* Delete the file, and remove it from any yml files and tests
User interface changes
A small change to the headings on the appearance page.
API changes
none
Comments
Comment #1
joelpittetComment #2
lewisnymanThanks! Here are some screenshots:
Before:

After:

Comment #3
cosmicdreams commentedThe button that allowed you to toggle between a vertical menu and a horizontal menu seems to disappear. (see the left menu) That seems to be an unintended change.
Comment #4
joelpittetHuh, weird they are not related at all but I've seen that on cache clears.
Lewis can you confirm refresh should fix that.
Nice catch
Comment #5
webchickBack to NR to check that. Good eyes.
Comment #6
joelpittetThat looks like a regression unrelated to this issue. Seems like JS because it's there but style="display: none;" on it.
Back to RTBC:) I'll hunt down the issue that caused that.
Comment #7
joelpittetCaused by this commit (git bisect)
dbb32f2e18d3b1b79bbe50335ca93da8ea9ed382 is the first bad commit#2260061: Responsive image module does not support sizes/picture polyfill 2.2
Comment #8
rainbowarrayOpened #2424805: Toolbar can no longer switch horizontal and vertical -- expects breakpoints ordered from smallest to largest; responsive images need largest to smallest to address the toolbar regression.
Comment #9
webchickGood sleuthing! Also I always love less code. :)
Committed and pushed to 8.0.x. Thanks!