Closed (duplicate)
Project:
Drupal core
Version:
8.0.x-dev
Component:
CSS
Priority:
Normal
Category:
Task
Assigned:
Reporter:
Created:
12 Apr 2013 at 20:36 UTC
Updated:
13 Sep 2014 at 20:34 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
oresh commentedFirst attempt.
Replacing id with class in css - reducing selectors weight.
Comment #2
djbobbydrake commentedI 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.
Comment #3
rteijeiro commentedJust updated the patch according the #2 suggestions.
Comment #4
rvilarStart working on this
Comment #5
rteijeiro commentedThis issue is continued in #2027217: Clean up the CSS for Color module.
Comment #6
Sumit kumar commented3: color-module-css-cleanup-1969132-3.patch queued for re-testing.
this patch is not working on my localhost
Comment #8
tompagabor commented