Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(758)

Unified Diff: third_party/WebKit/Source/devtools/front_end/resources/ResourcesPanel.js

Issue 2347603003: [DevTools] Remove usage of outline-disclosure from resources sidebar. (Closed)
Patch Set: Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | third_party/WebKit/Source/devtools/front_end/resources/resourcesPanel.css » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/devtools/front_end/resources/ResourcesPanel.js
diff --git a/third_party/WebKit/Source/devtools/front_end/resources/ResourcesPanel.js b/third_party/WebKit/Source/devtools/front_end/resources/ResourcesPanel.js
index 9ebbe72bbe4a2a2f1a4ed8eecd72583ed4228e4b..4e8ae9a2eb4eb3970e0b0fe0b1f5b34428cf7595 100644
--- a/third_party/WebKit/Source/devtools/front_end/resources/ResourcesPanel.js
+++ b/third_party/WebKit/Source/devtools/front_end/resources/ResourcesPanel.js
@@ -43,7 +43,7 @@ WebInspector.ResourcesPanel = function()
this._sidebarTree = new TreeOutlineInShadow();
this._sidebarTree.element.classList.add("resources-sidebar");
this._sidebarTree.registerRequiredCSS("resources/resourcesSidebar.css");
- this._sidebarTree.element.classList.add("filter-all", "outline-disclosure");
+ this._sidebarTree.element.classList.add("filter-all");
this.panelSidebarElement().appendChild(this._sidebarTree.element);
this.setDefaultFocusedElement(this._sidebarTree.element);
« no previous file with comments | « no previous file | third_party/WebKit/Source/devtools/front_end/resources/resourcesPanel.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698