[Devtools] Dark theme interferes with extension UI if background color unchanged |
||||
Issue descriptionFor example, when using https://chrome.google.com/webstore/detail/accessibility-developer-t/fpkknkljclfencbdbgkenhalefipecmb?hl=en, this user reported not being able to read the text: https://twitter.com/namboozle/status/820064095349198848 As a workaround, obviously I can fix that extension, but other extension authors may be seeing this issue.
,
Jan 23 2017
The issue here is that extension has a transparent background. Extension vendors should use chrome.devtools.panels.themeName if they want to support dark theme. Or if they don't they should set the background to non-transparent.
,
Jan 23 2017
This extension doesn't explicitly set the background to transparent, though - transparent is the default. Obviously extension authors can work around this issue once they know they need to, but that doesn't make it not an issue. The UI should be usable when the default HTML style is used. Perhaps you could inject a default stylesheet into extension iframes which sets something usable as the default, which developers may override?
,
Dec 1 2017
,
Dec 11 2017
WontFix due to lack of priority / resources |
||||
►
Sign in to add a comment |
||||
Comment 1 by caseq@chromium.org
, Jan 17 2017Owner: pfeldman@chromium.org
Status: Assigned (was: Untriaged)