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

Unified Diff: third_party/WebKit/Source/devtools/front_end/sources/navigatorTree.css

Issue 2482073002: DevTools: introduce beautiful checkmarks in navigator and editor tabs (Closed)
Patch Set: 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
Index: third_party/WebKit/Source/devtools/front_end/sources/navigatorTree.css
diff --git a/third_party/WebKit/Source/devtools/front_end/sources/navigatorTree.css b/third_party/WebKit/Source/devtools/front_end/sources/navigatorTree.css
index ed498a34ae934aa8c05ae794435fd069f43d86d2..47df479525d9cd5ac64eeb58e555b71ab503820c 100644
--- a/third_party/WebKit/Source/devtools/front_end/sources/navigatorTree.css
+++ b/third_party/WebKit/Source/devtools/front_end/sources/navigatorTree.css
@@ -52,9 +52,14 @@
opacity: 0.5;
}
-.mapped-file-bubble {
- color: green;
- margin-left: 2px;
+.mapped-file-checkmark {
+ background: #009802;
+ margin-left: 3px;
+ cursor: help
dgozman 2016/11/08 20:52:29 - missing semicolon; - I cannot remember a single
lushnikov 2016/11/09 19:30:19 Dropped the cursor.
+}
+
+:focus .navigator-file-tree-item.selected .mapped-file-checkmark {
+ background: white !important;
}
:focus .navigator-file-tree-item.selected .icon {

Powered by Google App Engine
This is Rietveld 408576698