[5.1] Button and link text color issue on focus#41749
[5.1] Button and link text color issue on focus#41749sandewt wants to merge 2 commits intojoomla:5.1-devfrom
Conversation
Text is not readable on focus
|
@sandewt on reviewing the code I would suggest leaving this code as is. The problem is now only in the header and the footer. I would suggest changing the following: build\media_source\templates\site\cassiopeia\scss\blocks_layout.scss on line: 19 build\media_source\templates\site\cassiopeia\scss\blocks_footer.scss on line: 15 For testing put the following code in a custom html module in the header, in the footer and in an article: |
|
I have tested this item ✅ successfully on c305129 This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/41749. |
|
Also tested on 4.3.5-dev works there too, except the Banner test This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/41749. |
|
@sandewt please consider my solutions as stated in: #41749 (comment) @ceford please create 3 modules. In the banner, footer and the main-top with the code for all the buttons. |
|
Tested again on 4.3.5-dev and 5.0.0-beta3-dev. I see no difference between the two. The patch fixes the problem with Default links in the footer but not the links with the This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/41749. |
@ceford I can confirm this, see the image. [EDIT Even without this patch the image is the same] |
|
I have not tested this item. This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/41749. |
At first I thought this too. |
Not correct, also in an acticle See:#40420 |
|
I have tested this item ✅ successfully on c305129 The links styled as buttons is a separate issue - I confirm the problem in positions This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/41749. |
|
I have tested this item ✅ successfully on c305129 This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/41749. |
|
RTC This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/41749. |
|
This pull request has been automatically rebased to 5.1-dev. |
|
Comment in the Forum that this was not fixed in 4.4! This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/41749. |
@RickR2H Thanks for your suggestion. I think others are more skilled at writing the most appropriate code. Partly due to the fact that the PR code was originally intended for J4.4. And there may also be a better solution for this PR. |
|
@sandewt Maybe better close this ticket and I'll create a new one with all the fixes mentioning this PR. |
That seems like a good idea to me. Closed. |
|
Thanks all |

Text is not readable on focus
Pull Request for Issue #40306, #41153 and #41172
Summary of Changes
The Pull Request #40435 for issue #40306, caused the issues #41153 and #41172.
Hopefully this PR will provide the overall solution. Or there is possible a better css solution.
Testing Instructions
Build: npm ci
Clear the browser cache (historie) after the patch if necessary
Code review
see 4.3 RC2 Button text color issue #40306
see [4.3] The arrow-up icon of the Back-to-top Link should be visible on hovering. #41153
see [4.3] The text of the links of the Footer module should be visible on hovering #41172
Actual result BEFORE applying this Pull Request
The button and the link text is NOT readable on focus.
Expected result AFTER applying this Pull Request
The button and the link text is always readable on focus.
Link to documentations
Please select:
Documentation link for docs.joomla.org:
No documentation changes for docs.joomla.org needed
Pull Request link for manual.joomla.org:
No documentation changes for manual.joomla.org needed
Thanks @RickR2H