[4.3] Button text color issue#40435
Conversation
Button text color issue
|
@dgrammatiko for clarity I used this code: Instead of the code from your comment, see #40306 (comment) |
|
I have tested this item ✅ successfully on 3399b30 This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/40435. |
|
Drone: Build is failing |
Here you will find information about testing: https://docs.joomla.org/Testing_Joomla!_patches |
|
I would benefit from testing this pr, thanks in advance. |
Hi @sandewt , No problem as there is no link:: The problem persists after the link is given. All cookies etc. I cleaned: I'm good at CSS and I can fix it with user.css but it's so annoying :) |
Did you run npm ci after installing the patch ? [EDIT @joomlaphp does the thumb mean that you run npm ci ? Yes or no ?] |
|
I have tested this item ✅ successfully on 26b3009 This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/40435. |
|
RTC |
|
Thank you for the PR @sandewt :-) |
|
Thanks all. |
|
I'm looking for a solution, my finding is the following: The :not() CSS pseudo-class represents elements that do not match a list of selectors. See: https://developer.mozilla.org/en-US/docs/Web/CSS/:not In this case these are the buttons (.btn) that are excluded, what the desired behavior is. See the code below. So it's strange (irrelevant) that elements in the footer that have nothing to do with a button, act on it. This justifies not undoing this pr. @brianteeman what is your opinion ? Do you have another solution for this pr ? |
|
you misunderstood the css in english that says
So the color of the links in the footer and the back-to-top (which is a link not a button) change to blue when you hover. |
|
They did not before because they were set by the css but the change made in this PR override that |
That's why I want to extend the css, because I have no other solution for this PR. |
|
Have you tried to add? |
Yes, I have replaced this pr with your code proposal. [EDIT It doesn't work on any other website 👎 ] |
If you meant this suggestion only for the footer, we'd better have the discussion here: #41172 |
No, I meant to add the specific code for the footer to complement this PR and fix all related issues at once. |
Hello, i have those two also after upgrade to 4.3.3 - can you please help me with the workaround in user.css? I am new to css and joomla so that fixing myself will take some time... thanks a lot! also any idea, when these two will be fixed? in 4.4.4?,,, |
Yes, but not with the desired result.
Sorry @obuisard , it's not quite clear to me what you mean. If you would like to make the PR in question. I'll test. |
No, it won't, the version is already in RC phase, any fix will have to go to 4.3.5. |
Ok, I'll give it a try (probably not today) and see if can come up with a fix that takes care of everything. |
|
I was starting to look for a solution to fix this, but, to be honest, I cannot even replicate the initial issue stated in #40306. My fix, in this instance, would be to revert this PR, as suggested by Brian @brianteeman early on. Ugur @joomlaphp, before we do such a thing, could you share the URL of the site where you had the issue in the first place? I don't want to dismiss any issue and I need to see if your initial issue was not related to something else. |
|
I think this is the overall solution: Change the code of this pr in We (@RickR2H and I) have tested this code in the PBF. [EDIT I have tested in 4.4.0-alpha5-dev + 4.3.5-dev] |
@obuisard I can reproduce this issue in J4.3.5-dev, see: Method: I changed the code to the original one: Run: npm ci |
I am waiting for response(s), if ok then I will make a new PR. |
Yes, if you make a new PR to fix the issue, then we can have people test it. Thanks @sandewt ! |
|
Please test PR #41749 |


Pull Request for Issue #40306
Summary of Changes
Changes some code in _global.scss file
Testing Instructions
Actual result BEFORE applying this Pull Request
Text NOT continues to be read.
Expected result AFTER applying this Pull Request
Text continues to be read.
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 @joomlaphp and @dgrammatiko