Sub-issue of #1190252: [573] Use csslint as a weapon to beat the crappy CSS out of Drupal core

Inline with the CSS cleanup efforts of the HTML5 initiative, using CSSLint at http://csslint.net provides a quick way to code-sniff our css and tweak styles.

  1. Copy and paste the the stylesheet(s) below into the css lint tool at http://csslint.net and test.
  2. Fix any warnings or errors the tool finds.
  3. Patch Drupal 8 locally and make sure the css changes have not broken anything visually.
  4. Create patch and upload for the testbot.

Files: modules/system/system.menus.css (and system.menus-rtl.css)

Comments

rcaracaus’s picture

This doesn't look like it exists?

rootwork’s picture

Issue summary: View changes
Status: Active » Closed (works as designed)

As in #1663182: Clean up system messages css, the file no longer exists.