Problem/Motivation
I installed the module, setup settings in settings.local.php, disable toolbar integration.
Expectation:
See only colored bar
Reality:
Toolbar is also colored

Steps to reproduce
Install module as usual
Add settings to settings.local.php
$config['environment_indicator.indicator']['name'] = 'Local';
$config['environment_indicator.indicator']['fg_color'] = '#ffffff';
$config['environment_indicator.indicator']['bg_color'] = '#1C71D8';Disable toolbar integration

Clear drupal cache
| Comment | File | Size | Author |
|---|
Issue fork environment_indicator-3341110
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 #2
rsnydSame issue. Similar problem here?
https://www.drupal.org/project/environment_indicator/issues/3077679
Comment #3
rsnyd@e0ipso, @mrfelton, @isholgueras, Changes made to origin/3341110-toolbar-is-colored branch that fix the disabling of the toolbar integration.
Comment #5
ivnishI created MR from @rsnyd branch
Comment #6
ivnishI manually tested this MR. With this code toolbar is never colored.
Comment #10
ivnishComment #11
krakenbite commentedLooks good for me. Please commit
Comment #14
trackleft2Comment #15
trackleft2Granting credit