Enable the module Footer.
The module shows the Joomla! copyright information.
Hover on the links, the links should be visible.
J4.3
Related to the Button text color issue pr #40435 and #41153.
Labels |
Removed:
?
|
Labels |
Added:
No Code Attached Yet
|
Just like your other issue I can not replicate it at all
Strange, I can't explain. The following screenshot shows the same after hovering. See: https://cassiopeia.joomla.com/blog
Both the Footer module and the Back-to-top Link show a correct display after hovering.
Windows 11, Firefox, Edge and Chrome.
Possible solution:
Change:
.footer a {
color: currentColor;
}
to
.footer a, .footer a:focus, .footer a:hover {
color: currentColor;
}
Labels |
Added:
bug
|
I think, it belongs to this: (on a test-site) and also here:
https://cassiopeia.joomla.com/blog
a:not(.btn):focus, a:not(.btn):hover { color: var(--cassiopeia-color-hover); }
This will work (in a user.css):
.footer a, .footer a:focus, .footer a:hover { color: currentColor; }
I think, it belongs to this: (on a test-site) and also here:
Exactly
This will work (in a user.css):
Indeed , that code works
But see: #40435 (comment)
Labels |
Added:
PBF
|
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2023-08-26 11:07:23 |
Closed_By | ⇒ | richard67 |
Just like your other issue I can not replicate it at all