Skip to content

Commit

Permalink
Fix: Icons - command-pick.svg at nightly
Browse files Browse the repository at this point in the history
- Before: url("chrome://devtools/skin/images/command-pick.svg")
- After: url("chrome://devtools/content/shared/images/command-pick.svg")
  • Loading branch information
black7375 committed Dec 31, 2021
1 parent 190f7dd commit fab1189
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions icons/command-pick.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion userChrome.css
Original file line number Diff line number Diff line change
Expand Up @@ -5062,7 +5062,7 @@ menuitem.viewCustomizeToolbar {
--menuitem-image: url("chrome://devtools/skin/images/tool-accessibility.svg");
}
#context-inspect {
--menuitem-image: url("chrome://devtools/skin/images/command-pick.svg");
--menuitem-image: url("./icons/command-pick.svg");
}

#context-media-eme-learnmore {
Expand Down

0 comments on commit fab1189

Please sign in to comment.