Part of the CSS Cleanup: #1968914: [META] Sprint CSS cleanup

Overview of Goals

Make it easy to remove unwanted design assumptions in the theme layer, while maintaining critical functionality.
Prevent unneeded administrative styles from loading on the front end.
Make CSS and related markup more efficient and less intrusive to improve the themer experience.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

oresh’s picture

Status: Active » Needs review
FileSize
3.85 KB

First attempt.
Replacing id with class in css - reducing selectors weight.

djbobbydrake’s picture

Status: Needs review » Needs work

I would not remove the IDs form the markup, nor replace the ID selectors with css selectors on the JS side, because ID selectors are much more efficient than class selectors on the JS side. The changes in the css files are okay, though.

rteijeiro’s picture

Status: Needs work » Needs review
FileSize
2.78 KB

Just updated the patch according the #2 suggestions.

rvilar’s picture

Assigned: Unassigned » rvilar

Start working on this

rteijeiro’s picture

Status: Needs review » Closed (duplicate)
Sumit kumar’s picture

Status: Closed (duplicate) » Needs review

3: color-module-css-cleanup-1969132-3.patch queued for re-testing.
this patch is not working on my localhost

Status: Needs review » Needs work

The last submitted patch, 3: color-module-css-cleanup-1969132-3.patch, failed testing.

tompagabor’s picture

Issue summary: View changes
Status: Needs work » Closed (duplicate)