Disabled primary input.buttons do not receive intended styling

Created on 21 August 2025, 29 days ago

Problem/Motivation

Disabled inputs with a button class, in primary style (blue) do not get properly styled, due to higher specificity of another selector. They only receive the border style, while the color and background color are ignored. The higher specifity comes from the #edit-submit.form-submit selector.

Steps to reproduce

Add the disabled property to any primary button (blue).

Proposed resolution

Either remove the id selector elsewhere, or add it here.

Remaining tasks

User interface changes

API changes

Data model changes

🐛 Bug report
Status

Active

Version

4.1

Component

Code

Created by

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

Production build 0.71.5 2024