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

Unified Diff: third_party/WebKit/Source/devtools/front_end/ui/treeoutline.css

Issue 1803813002: [DevTools] Added keyboard search while in sources (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Final code cleanup Created 4 years, 9 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: third_party/WebKit/Source/devtools/front_end/ui/treeoutline.css
diff --git a/third_party/WebKit/Source/devtools/front_end/ui/treeoutline.css b/third_party/WebKit/Source/devtools/front_end/ui/treeoutline.css
index e0a044cb6d7b499fb1476864197edf1a13be1240..f9c2fdd384e920be9da358d7d2faa8ea955e12ec 100644
--- a/third_party/WebKit/Source/devtools/front_end/ui/treeoutline.css
+++ b/third_party/WebKit/Source/devtools/front_end/ui/treeoutline.css
@@ -125,3 +125,7 @@ ol.tree-outline:focus li.selected * {
.tree-outline ol.children.expanded {
display: block;
}
+
+.tree-text-interactive-highlight {
+ text-decoration:underline;
pfeldman 2016/03/14 23:51:34 text-decoration:<space>underline;
Allada-Google 2016/03/15 17:13:07 Acknowledged.
+}

Powered by Google App Engine
This is Rietveld 408576698