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

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: rename icons 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..b4418f4cae694d556e4fe11c5e25983fd2b0e73c 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,13 @@
opacity: 0.5;
}
-.mapped-file-bubble {
- color: green;
- margin-left: 2px;
+.mapped-file-checkmark {
+ background: #009802;
+ margin-left: 3px;
+}
+
+: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