Skip to content

Commit

Permalink
Fix: Icons - Name as fluent design #213
Browse files Browse the repository at this point in the history
  • Loading branch information
black7375 committed Oct 16, 2021
1 parent cd26efa commit eed21f6
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
12 changes: 6 additions & 6 deletions userChrome.css
Expand Up @@ -3341,7 +3341,7 @@
/* Browser Toolbox - Edge webdeveloper.svg */
#appmenu-developer-tools-view .subviewbutton:nth-child(4),
#PanelUI-developer-tools-view .subviewbutton:nth-child(4) {
list-style-image: url("./icons/webdeveloper.svg");
list-style-image: url("./icons/window-dev-tools.svg");
}
/* Browser Content Toolbaox - */
#appmenu-developer-tools-view .subviewbutton:nth-child(5),
Expand All @@ -3366,7 +3366,7 @@
/* Page Source - Edge file-search.svg */
#appmenu-developer-tools-view .subviewbutton:nth-last-child(2),
#PanelUI-developer-tools-view .subviewbutton:nth-last-child(2) {
list-style-image: url("./icons/search-file.svg");
list-style-image: url("./icons/document-search.svg");
}
/* Extensions for Devel */
#appmenu-developer-tools-view .subviewbutton:nth-last-child(1),
Expand Down Expand Up @@ -3805,7 +3805,7 @@
}
#context_duplicateTab,
#context_duplicateTabs {
--menuitem-image: url("./icons/tab-copy.svg");
--menuitem-image: url("./icons/notebook-subsection.svg");
}

#context_bookmarkTab,
Expand Down Expand Up @@ -4147,7 +4147,7 @@

#context-viewpartialsource-selection,
#context-viewsource {
--menuitem-image: url("./icons/search-file.svg");
--menuitem-image: url("./icons/document-search.svg");
}
#context-inspect-a11y {
--menuitem-image: url("chrome://devtools/skin/images/tool-accessibility.svg");
Expand Down Expand Up @@ -4690,7 +4690,7 @@
--menuitem-image: url("./icons/bug.svg");
}
#menu_browserToolbox {
--menuitem-image: url("./icons/webdeveloper.svg");
--menuitem-image: url("./icons/window-dev-tools.svg");
}
#menu_browserContentToolbox {
--menuitem-image: url("./icons/command-frames.svg");
Expand All @@ -4703,7 +4703,7 @@
#menu_eyedropper {
}
#menu_pageSource {
--menuitem-image: url("./icons/search-file.svg");
--menuitem-image: url("./icons/document-search.svg");
}
#extensionsForDevelopers {
--menuitem-image: url("chrome://devtools/skin/images/debugging-addons.svg");
Expand Down

0 comments on commit eed21f6

Please sign in to comment.