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

Unified Diff: Source/devtools/front_end/inspectorStyle.css

Issue 659573005: DevTools: NetworkPanel: show link where resource timing is explained. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 2 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
Index: Source/devtools/front_end/inspectorStyle.css
diff --git a/Source/devtools/front_end/inspectorStyle.css b/Source/devtools/front_end/inspectorStyle.css
index 69deefe28076062591067890315bb0241f0c32fe..cf59edee3316561ab8760108da1c2de96adbd7ef 100644
--- a/Source/devtools/front_end/inspectorStyle.css
+++ b/Source/devtools/front_end/inspectorStyle.css
@@ -2826,3 +2826,9 @@ body.inactive select.chrome-select,
white-space: nowrap;
pointer-events: none;
}
+
+.link {
+ cursor: pointer;
+ text-decoration: underline;
+ color: rgb(17, 85, 204);
+}
« no previous file with comments | « Source/devtools/front_end/documentation/DocumentationView.js ('k') | Source/devtools/front_end/main/OverridesView.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698