Closed (fixed)
Project:
Environment Indicator
Version:
4.0.22
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
16 Jun 2025 at 07:28 UTC
Updated:
2 Jul 2025 at 15:39 UTC
Jump to comment: Most recent, Most recent file


Comments
Comment #2
a.dmitriiev commentedComment #4
trackleft2I've been attempting to reproduce the error described here, but have not been successful so far.
Here are the variables in my set up.
Gin: 4.0.6
Gin Toolbar: 2.0.0
Drupal: 10.3.14 or Drupal
Environment Indicator 4.0.22
Environment Indicator Toolbar Integration Enabled.
In Gin I am using the vertical toolbar.
Safari on MacOs, or Chrome on MacOs using a mobile view port.
My environment_indicator.settings configuration looks like this:
My environment_indicator.indicator configuration looks like this:
What does you configuration look like?
Does the solution on either of these issues resolve the issue?
- #3336512: Handle theming completely via CSS and CSS custom properties
- #3467210: Update module to use CSS variables instead of adding inline CSS via Javascript.
Comment #5
trackleft2Comment #6
gareth.pooleI'm also seeing this with
Gin: 4.0.6
Gin Toolbar: 2.0.0
Drupal: 10.4.8
Environment Indicator 4.0.23
Comment #7
a.dmitriiev commentedMy Setup:
Drupal core: 11.1.7
Gin Toolbar 2.0.0
Gin Admin Theme 4.0.6
Environment Indicator 4.0.22
environment_indicator.settings:
Comment #8
nicodh commentedSame for me, it seems to be fixed by changing toolbar.css (some stylelint rules):
environment_indicator/modules/environment_indicator_toolbar/css/toolbar.css
Needs to be:
Comment #11
trackleft2Thanks @nicodh! I've added a merge request that hopefully resolves the issue?
Comment #12
trackleft2Comment #15
trackleft2I went ahead and merged the fix, but I'll hold off on creating a release until I get confirmation that the fix works for you all.
See https://www.drupal.org/project/environment_indicator/issues/3530665
Comment #16
nicodh commentedMR works well for my test sites (2-3 for now)
Comment #17
trackleft2Thank you
Comment #18
trackleft2