Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
Bartik theme
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
12 Dec 2014 at 13:16 UTC
Updated:
26 Jan 2015 at 17:54 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
vermario commentedComment #2
vermario commentedThis patch removes the code in bartik.theme that sets the classes.
Comment #3
vermario commentedComment #4
ruscoe commentedLooks good. I couldn't find any use of either class (triptych or footer-columns) in the theme or CSS files that isn't the single use removed by this patch.
Pre and post-patch screenshots attached. No noticeable changes.
Comment #5
emma.mariaI added content to all of the triptych and footer regions as classes are only added currently when those regions contain content and compared before and after the patch.
Markup before...
Markup after....
@1400px before and after...
@768px before and after...
@400px before and after...
As before and after screenshots look the same and the classes are gone when the patch is applied this is a good piece of work, RTBC.
I also updated issue title to exclude non relevant content + added beta evaluation.
Comment #6
webchickVery nice catch, and thanks for the very thorough reviews as well!
Committed and pushed to 8.0.x. Thanks!