Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Info alert message and success button - need to fix the colour #43661

Open
Sulpher opened this issue Jun 15, 2024 · 1 comment
Open

Info alert message and success button - need to fix the colour #43661

Sulpher opened this issue Jun 15, 2024 · 1 comment

Comments

@Sulpher
Copy link

Sulpher commented Jun 15, 2024

Steps to reproduce the issue

There is an alert message (alert alert-info) and success button whose colour is not nice.
Let's make it white.

Screenshot:
Снимок экрана 2024-06-16 в 00 01 14

The issue occurs due to this rule:

.alert.alert-info a {
  color: var(--state-info-text);
}

Expected result

The solution is to add an extra rule like that:

.alert.alert-info .btn-success a {color:#fff}
And we will get perfect result:
Снимок экрана 2024-06-16 в 00 04 38

Dark mode is OK.

System information (as much as possible)

Joomla 5.1.1

@Quy
Copy link
Contributor

Quy commented Jun 26, 2024

Related #43708

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants