Thanks to visit codestin.com
Credit goes to github.com

Skip to content

IS-11243 Fix missing color on openid-wallet authenticator#141

Merged
urre merged 3 commits into
devfrom
feat/dev/IS-11243-fix-color-for-openid-wallet-authenticator-button
Apr 22, 2026
Merged

IS-11243 Fix missing color on openid-wallet authenticator#141
urre merged 3 commits into
devfrom
feat/dev/IS-11243-fix-color-for-openid-wallet-authenticator-button

Conversation

@urre
Copy link
Copy Markdown
Collaborator

@urre urre commented Apr 21, 2026

The color of the openid-wallet authenticator button is currently wrong. It should use the theme variable --authenticator-openid-wallet-color

CleanShot 2026-04-21 at 15 06 26@2x

…S custom property and add openid-wallet color support.
Copilot AI review requested due to automatic review settings April 21, 2026 13:32
Comment thread src/common/css/lib/src/base/base-authenticator-buttons.css
Comment thread src/common/css/lib/src/base/base-authenticator-buttons.css
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates authenticator/social button icon background coloring so each authenticator can drive its icon background via a single --authenticator-color variable, fixing the OpenID Wallet button to use --authenticator-openid-wallet-color.

Changes:

  • Set .button-social .icon background to var(--authenticator-color, var(--color-primary)) and define --authenticator-color per authenticator button class.
  • Add OpenID Wallet mapping (.button-openid-wallet) to use --authenticator-openid-wallet-color.
  • Adjust positioning/stacking for .button-social / .icon via position and z-index.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread src/common/css/lib/src/base/base-authenticator-buttons.css Outdated
@urre urre changed the title IS-11243 Refactor authenticator button icon colors to use a single CS… IS-11243 Fix missing color on openid-wallet authenticator Apr 21, 2026
@urre urre merged commit 6237716 into dev Apr 22, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants