Skip to content
This repository has been archived by the owner on Jan 11, 2023. It is now read-only.

[Scopes] Expand arrows are black in launchpad mode #7936

Closed
fvsch opened this issue Feb 11, 2019 · 2 comments
Closed

[Scopes] Expand arrows are black in launchpad mode #7936

fvsch opened this issue Feb 11, 2019 · 2 comments
Assignees

Comments

@fvsch
Copy link
Contributor

fvsch commented Feb 11, 2019

The expand arrows in Scopes should use a gray fill. They look okay in the Firefox DevTools panel, but are black in launchpad mode.

screenshot

The issue seems to be that we're using a Firefox-only, privileged-content-only method to pass the fill color:

.tree-node button.arrow {
  background: url("/devtools-components/images/arrow.svg") no-repeat;
  background-size: contain;
  background-position: center center;
  width: 10px;
  height: 10px;
  ...
  -moz-context-properties: fill;
  fill: var(--theme-splitter-color, #9B9B9B);
}

Also --theme-splitter-color is wrong here (not contrasted enough). Instead, we can use the new --theme-icon-dimmed-color.

@claim claim bot added the not-available label Feb 11, 2019
@fvsch
Copy link
Contributor Author

fvsch commented Feb 11, 2019

/claim

@claim
Copy link

claim bot commented Feb 11, 2019

Thanks for claiming the issue! 👋

Here are some links for getting setup, contributing, and developing. We're always happy to answer questions in slack! If you become busy, feel free to /unclaim it.

🦊 Debugger team!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants