Create a new module, banner position and a new button. Example. Click <a class="btn btn-success" href="#!">Get started</a>
and it will color when active: #fff; It was supposed to be but it uses the color of the Cassiopeia theme.
a:focus, a:hover {
color: var(--cassiopeia-color-hover);
}
Same issue with the others except the default primary.
Labels |
Added:
No Code Attached Yet
|
i would love to work on this issue .Can you please assign it to me?
I cannot replicate this on a fresh installation. You have changed some colours in your template?
No, the default
i would love to work on this issue .Can you please assign it to me?
@Hittitech We normally don't assign issues here (except if something special to be handled by a maintainer). If you want to work on it, just start and make a pull request when you have something ready. Of course you should have tested your changes before submitting a pull request. Then, when it is submitted, it will need 2 additional human tests (i.e. not by you).
This is an easy, change
to
&:not([.btn]):hover,
&:not([.btn]):focus {
color: var(--cassiopeia-color-hover);
}
Thank you, I hope they add this to the core file.
Labels |
Added:
bug
|
@joomlaphp The file mentioned by @dgrammatiko is used to build the template.css file. Where did you try the change? It will not help just to put the change suggested by @dgrammatiko into a user.css file. You have to recompile the template.css after having made the change in the file which he has mentioned.
@joomlaphp The file mentioned by @dgrammatiko is used to build the template.css file. Where did you try the change? It will not help just to put the change suggested by @dgrammatiko into a user.css file. You have to recompile the template.css after having made the change in the file which he has mentioned.
Ok it's done now, thank you very much.
Has this been fixed with 4.3.0 Stable release?
Thanks
As the issue is still open then I would assume not
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2023-04-20 12:04:41 |
Closed_By | ⇒ | richard67 |
I cannot replicate this on a fresh installation. You have changed some colours in your template?