No Code Attached Yet bug
avatar Sulpher
Sulpher
15 Jun 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

avatar Sulpher Sulpher - open - 15 Jun 2024
avatar joomla-cms-bot joomla-cms-bot - change - 15 Jun 2024
Labels Added: No Code Attached Yet
avatar joomla-cms-bot joomla-cms-bot - labeled - 15 Jun 2024
avatar Sulpher Sulpher - change - 15 Jun 2024
The description was changed
avatar Sulpher Sulpher - edited - 15 Jun 2024
avatar Quy Quy - change - 21 Jun 2024
Labels Added: bug
avatar Quy Quy - labeled - 21 Jun 2024
avatar Quy
Quy - comment - 26 Jun 2024

Related #43708

Add a Comment

Login with GitHub to post a comment