Problem/Motivation

After https://www.drupal.org/project/gin/issues/3309113 (Change CSS3 variables from camelCase to kebab-case) has been implemented, the variable --colorGinPrimaryActive is missing in the legacy sheet.

Steps to reproduce

Use the variable var(--colorGinPrimaryActive) to style a component.

Proposed resolution

Add the variable to the legacy.css file.

Issue fork gin-3327374

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:

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

NicklasMF created an issue. See original summary.

NicklasMF’s picture

I have created a MR for the small changes. Please let me know, if something is missing.

saschaeggi made their first commit to this issue’s fork.

saschaeggi’s picture

Status: Active » Fixed

There was an issue with the opened branch, I reopened the right branch which was closed and merged.
Also both colorGinPrimaryHover & colorGinPrimaryActive were missing.

One side note: We will remove the legacy variables from the stable release.

Cheers

Status: Fixed » Closed (fixed)

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