No Code Attached Yet bug Dark Mode
avatar AkameOuO
AkameOuO
7 Mar 2025

Steps to reproduce the issue

  • Use dark mode and enable debug system
  • Visit any page with duplicate query
  • Open debugbar and choose queries tab

The upper one is duplicate and the other one is not.
Image

Expected result

All texts are legible.

Actual result

Duplicate query is illegible when using Dark Mode

System information (as much as possible)

Additional comments

Maybe use CSS variable?

avatar AkameOuO AkameOuO - open - 7 Mar 2025
avatar joomla-cms-bot joomla-cms-bot - change - 7 Mar 2025
Labels Added: No Code Attached Yet
avatar joomla-cms-bot joomla-cms-bot - labeled - 7 Mar 2025
avatar AkameOuO AkameOuO - change - 7 Mar 2025
The description was changed
avatar AkameOuO AkameOuO - edited - 7 Mar 2025
avatar brianteeman
brianteeman - comment - 7 Mar 2025

i believe this has been fixed already for joomla 5.3 with #44902

avatar AkameOuO
AkameOuO - comment - 7 Mar 2025

div.phpdebugbar-widgets-sqlqueries li.phpdebugbar-widgets-list-item.phpdebugbar-widgets-sql-duplicate {
background-color: #edeff0;
}
div.phpdebugbar-widgets-sqlqueries li.phpdebugbar-widgets-list-item.phpdebugbar-widgets-sql-duplicate:hover {
background-color: #ffc;
}

Sorry, but this is not included in that PR.

avatar richard67
richard67 - comment - 7 Mar 2025

Sorry, but this is not included in that PR.

@AkameOuO Could you test on a testing environment (i.e. not a production site) with a 5.3 nightly build if the issue also exists in 5.3? You can find the nightlies here: https://developer.joomla.org/nightly-builds.html. The issue might indeed be fixed with he PR which Brian had mentioned, just at a different place than where you expect it. If it still persists on 5.3, the issue might also be fixed by this PR which again updated the debug bar dependency: #45071 .

avatar AkameOuO
AkameOuO - comment - 10 Mar 2025

Image

Same in 5.3 nightly build

avatar QuyTon QuyTon - change - 10 Mar 2025
Labels Added: bug Dark Mode
avatar QuyTon QuyTon - labeled - 10 Mar 2025
avatar QuyTon QuyTon - labeled - 10 Mar 2025
avatar brianteeman
brianteeman - comment - 13 Mar 2025

there is a problem in the way we are including and overriding css with this external script

avatar brianteeman
brianteeman - comment - 25 May 2025

Please test #45527

avatar richard67 richard67 - change - 25 May 2025
Status New Closed
Closed_Date 0000-00-00 00:00:00 2025-05-25 13:39:57
Closed_By richard67
avatar richard67 richard67 - close - 25 May 2025
avatar richard67
richard67 - comment - 25 May 2025

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

Add a Comment

Login with GitHub to post a comment