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

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

Issue 676193002: Navigate between individual search matches in DevTools console (Closed) Base URL: https://chromium.googlesource.com/chromium/blink@master
Patch Set: Add tests Created 6 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: Source/devtools/front_end/inspectorCommon.css
diff --git a/Source/devtools/front_end/inspectorCommon.css b/Source/devtools/front_end/inspectorCommon.css
index ede257436e98fdba577d63b34d679e1508188d6e..82d88a6d350d9fb8db8e184bd5737620096e2e86 100644
--- a/Source/devtools/front_end/inspectorCommon.css
+++ b/Source/devtools/front_end/inspectorCommon.css
@@ -99,3 +99,12 @@ body /deep/ .highlighted-search-result {
margin: -1px;
background-color: rgba(255, 255, 0, 0.8);
}
+
+
+/* TODO: Come up with a design */
lushnikov 2014/11/07 16:27:19 Please, remove the comment. We'll anyway land this
aknudsen 2014/11/08 12:00:53 Acknowledged.
aknudsen 2014/11/09 00:02:14 Done.
+.current-search-result {
lushnikov 2014/11/07 16:27:19 given the suggestion in one of other comments to n
aknudsen 2014/11/08 12:00:52 Acknowledged.
aknudsen 2014/11/09 00:02:14 Done.
+ border-radius: 1px;
+ padding: 1px;
+ margin: -1px;
+ background-color: rgba(255, 127, 0, 0.8);
+}

Powered by Google App Engine
This is Rietveld 408576698