There's a touch of redundant CSS code in views-list.css; a background color is defined for two targets despite already being defined further up in the same CSS file.

CommentFileSizeAuthor
redundant-css.patch525 bytesGarrett Albright
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

dawehner’s picture

Status: Needs review » Reviewed & tested by the community
table.views-entry td.view-ops {
  width: 45%;
  text-align: right; /* LTR */
  background-color: #eee;
}

table.views-entry td.view-name {
  background-color: #eee;
}

merlinofchaos’s picture

Status: Reviewed & tested by the community » Fixed

Committed to all branches.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.