| 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 {
|
|
|