The background of the primary buttons is not different than the other buttons. The only difference is the border color when the button is hovered.

screenshot

screenshot

This is caused by the .button:not(.button--danger) style, whose specificity is 0,2,0, while the specificity of .button--primary is 0,1,0.

Issue fork seven-3529042

Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Comments

avpaderno created an issue. See original summary.

avpaderno’s picture

Issue summary: View changes

avpaderno’s picture

Status: Active » Needs review
avpaderno’s picture

StatusFileSize
new6.21 KB

screenshot

  • avpaderno committed 58a6455e on 2.0.x
    Issue #3529042: The form primary buttons use the same background as the...

  • avpaderno committed 29a71cf8 on 1.0.x
    Issue #3529042: The form primary buttons use the same background as the...
avpaderno’s picture

Version: 2.0.x-dev » 1.0.x-dev
Status: Needs review » Fixed

Status: Fixed » Closed (fixed)

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