Problem/Motivation

The schema includes settings to control the color of drupal alerts, as well as the hover behavior of tables. These are wrapped inside of an if statement in the theme-settings.php file that makes them dependent on whether the color scheme setting is enabled. These aren't dependent on those color scheme settings though, so I'm suggesting they be available even if the overall color scheme isn't customized.

Steps to reproduce

Under theme settings, turn off any color schema customization. Try to edit or access the settings related to tables or alerts.

Proposed resolution

Keep these settings within the color tab, but take them out of the color scheme container.

Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Comments

sim_1 created an issue. See original summary.

sim_1’s picture

Status: Active » Needs review
shyam_bhatt’s picture

Status: Needs review » Reviewed & tested by the community
StatusFileSize
new174.89 KB
new166.76 KB
new4.9 KB

@sim_1 I have checked and reviewed the "MR !64" working fine. By adding this MR we can able to see the additional configuration regarding "System Messages" and "Tables". Please check the below images for the same.

Before:
2023-09-11/3386006-4-before.png

After:
2023-09-11/3386006-4-after.png

+ Adding patch file same as in the MR for quick fixes.

  • hatuhay committed a88a73be on 5.5.x authored by sim_1
    Issue #3386006: Some of the color settings (table and alert) are hidden