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

Unified Diff: Source/devtools/front_end/sources/sourcesView.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
« no previous file with comments | « Source/devtools/front_end/sources/WorkspaceMappingTip.js ('k') | Source/devtools/front_end/ui/UIUtils.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/devtools/front_end/sources/sourcesView.css
diff --git a/Source/devtools/front_end/sources/sourcesView.css b/Source/devtools/front_end/sources/sourcesView.css
index 8c458cdf649452ecbc58c3494d7e0cda7661643f..cca213ec496cfa8b6ee1b268d6d89f8ecfc1ec41 100644
--- a/Source/devtools/front_end/sources/sourcesView.css
+++ b/Source/devtools/front_end/sources/sourcesView.css
@@ -183,13 +183,6 @@ button.status-bar-item.scripts-navigator-show-hide-button {
-webkit-user-select: none;
}
-.source-frame-infobar-link {
- text-decoration: underline;
- color: rgb(50, 50, 200);
- cursor: pointer;
-}
-
.source-frame-infobar-details-url {
flex: 0 1000 auto;
- color: rgb(50, 50, 200);
}
« no previous file with comments | « Source/devtools/front_end/sources/WorkspaceMappingTip.js ('k') | Source/devtools/front_end/ui/UIUtils.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698