Chromium Code Reviews| 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 { |