mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2026-01-30 12:20:36 -08:00
Fix: Icons - command-pick.svg at nightly
- Before: url("chrome://devtools/skin/images/command-pick.svg")
- After: url("chrome://devtools/content/shared/images/command-pick.svg")
This commit is contained in:
parent
190f7dd414
commit
fab118933e
2 changed files with 8 additions and 1 deletions
7
icons/command-pick.svg
Normal file
7
icons/command-pick.svg
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
<!-- This Source Code Form is subject to the terms of the Mozilla Public
|
||||
- License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="context-fill #0c0c0d">
|
||||
<path d="M3 3a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h2.6a1 1 0 1 1 0 2H3a3 3 0 0 1-3-3V4a3 3 0 0 1 3-3h10a3 3 0 0 1 3 3v2.6a1 1 0 1 1-2 0V4a1 1 0 0 0-1-1H3z"/>
|
||||
<path d="M12.87 14.6c.3.36.85.4 1.2.1.36-.31.4-.86.1-1.22l-1.82-2.13 2.42-1a.3.3 0 0 0 .01-.56L7.43 6.43a.3.3 0 0 0-.42.35l2.13 7.89a.3.3 0 0 0 .55.07l1.35-2.28 1.83 2.14z"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 660 B |
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue