No Code Attached Yet PBF bug
avatar sandewt
sandewt
16 Jul 2023

Steps to reproduce the issue

Enable the module Footer.
The module shows the Joomla! copyright information.
Hover on the links, the links should be visible.

Expected result

screen shot 2023-07-16 at 09 27 06

Actual result

screen shot 2023-07-16 at 09 27 17

System information (as much as possible)

J4.3

Additional comments

Related to the Button text color issue pr #40435 and #41153.

avatar sandewt sandewt - open - 16 Jul 2023
avatar sandewt sandewt - change - 16 Jul 2023
Labels Removed: ?
avatar joomla-cms-bot joomla-cms-bot - change - 16 Jul 2023
Labels Added: No Code Attached Yet
avatar joomla-cms-bot joomla-cms-bot - labeled - 16 Jul 2023
avatar brianteeman
brianteeman - comment - 19 Jul 2023

Just like your other issue I can not replicate it at all

image

avatar sandewt
sandewt - comment - 19 Jul 2023

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

issue_copyright-3

avatar brianteeman
brianteeman - comment - 19 Jul 2023
avatar sandewt
sandewt - comment - 19 Jul 2023

see https://gsd.brianstest.site/

Both the Footer module and the Back-to-top Link show a correct display after hovering.

Windows 11, Firefox, Edge and Chrome.

avatar brianteeman
brianteeman - comment - 19 Jul 2023

Found it and the reason why I couldnt replicate.

The problem is from your pull request #40435

As that hasnt been upmerged into 4.4 or 5 yet then I didnt have the faulty css

avatar sandewt
sandewt - comment - 19 Jul 2023

Possible solution:

Change:

.footer a {
  color: currentColor;
}

to

.footer a, .footer a:focus, .footer a:hover {
  color: currentColor;
}
avatar chmst chmst - change - 20 Jul 2023
Labels Added: bug
avatar chmst chmst - labeled - 20 Jul 2023
avatar ChristineWk
ChristineWk - comment - 21 Jul 2023

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); }

issue-41172

This will work (in a user.css):

.footer a, .footer a:focus, .footer a:hover { color: currentColor; }

avatar sandewt
sandewt - comment - 21 Jul 2023

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)

avatar Hackwar Hackwar - change - 25 Aug 2023
Labels Added: PBF
avatar Hackwar Hackwar - labeled - 25 Aug 2023
avatar richard67 richard67 - change - 26 Aug 2023
Status New Closed
Closed_Date 0000-00-00 00:00:00 2023-08-26 11:07:23
Closed_By richard67
avatar richard67 richard67 - close - 26 Aug 2023
avatar richard67
richard67 - comment - 26 Aug 2023

Closing as having a pull request. Please test #41461 . Thanks in advance.

Add a Comment

Login with GitHub to post a comment