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

Unified Diff: third_party/WebKit/Source/devtools/front_end/network/module.json

Issue 2482593003: DevTools: eliminate ToolbarButton.setState method; cleanup toolbar.css (Closed)
Patch Set: Created 4 years, 1 month 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
Index: third_party/WebKit/Source/devtools/front_end/network/module.json
diff --git a/third_party/WebKit/Source/devtools/front_end/network/module.json b/third_party/WebKit/Source/devtools/front_end/network/module.json
index 781e057f86b321c581370beda160bfa1d9d96aef..9080be816777f2f994b40f8968340c15f2b1442e 100644
--- a/third_party/WebKit/Source/devtools/front_end/network/module.json
+++ b/third_party/WebKit/Source/devtools/front_end/network/module.json
@@ -42,6 +42,7 @@
"type": "@WebInspector.ActionDelegate",
"actionId": "network.toggle-recording",
"iconClass": "record-toolbar-item",
+ "toggledIconClass": "active-recording-toolbar-item",
"contextTypes": ["WebInspector.NetworkPanel"],
"className": "WebInspector.NetworkPanel.RecordActionDelegate",
"options": [

Powered by Google App Engine
This is Rietveld 408576698