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

Unified Diff: third_party/WebKit/Source/devtools/front_end/ui_lazy/dataGrid.css

Issue 2527763003: [DevTools] Turn links into spans to prevent default behavior. (Closed)
Patch Set: fixed comments 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
« no previous file with comments | « third_party/WebKit/Source/devtools/front_end/ui/inspectorSyntaxHighlightDark.css ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/devtools/front_end/ui_lazy/dataGrid.css
diff --git a/third_party/WebKit/Source/devtools/front_end/ui_lazy/dataGrid.css b/third_party/WebKit/Source/devtools/front_end/ui_lazy/dataGrid.css
index f8609416f0fda06d0b8f626918c8a36da9b2dccc..573b9698d6ee430c3cf6455e1adbb5a8c1590d72 100644
--- a/third_party/WebKit/Source/devtools/front_end/ui_lazy/dataGrid.css
+++ b/third_party/WebKit/Source/devtools/front_end/ui_lazy/dataGrid.css
@@ -232,7 +232,7 @@
color: white;
}
-.data-grid:focus tr.selected a {
+.data-grid:focus tr.selected .devtools-link {
color: white;
}
« no previous file with comments | « third_party/WebKit/Source/devtools/front_end/ui/inspectorSyntaxHighlightDark.css ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698