Media module (and core too) makes use of a.button as links that should look like buttons. These currently appear just as normal links when used with Fusion.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

sheena_d’s picture

Status: Active » Needs review
FileSize
1.25 KB

Fusion is a base theme and is not intended to be used without additional styling. Adding unnecessary CSS in order to make a.button look like a button will only cause problems with existing Fusion-based themes and create more work for sub-theme builders as they have to override the styles in Fusion core.

The attached patch adds empty CSS rules to fusion-starter-style.css and fusion-starter-lite-style.css as suggestions of elements to be styled by the sub-theme developer.

sheena_d’s picture

Status: Needs review » Fixed

This fix is included in Fusion 7.x-2.0-beta2

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

  • Commit 90c95ac on master, 7.x-2.x by sheena_d:
    Issue #1420474 by Dave Reid: added placeholder CSS rules for a.button to...