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.
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | 3386006-4.patch | 4.9 KB | shyam_bhatt |
| #4 | 3386006-4-after.png | 166.76 KB | shyam_bhatt |
| #4 | 3386006-4-before.png | 174.89 KB | shyam_bhatt |
| Screenshot 2023-09-07 at 4.21.20 PM.png | 24.93 KB | sim_1 |
Issue fork bootstrap_barrio-3386006
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
Comment #3
sim_1Comment #4
shyam_bhatt@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:

After:

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