| Index: third_party/WebKit/Source/devtools/front_end/accessibility/accessibilityNode.css | 
| diff --git a/third_party/WebKit/Source/devtools/front_end/accessibility/accessibilityNode.css b/third_party/WebKit/Source/devtools/front_end/accessibility/accessibilityNode.css | 
| index 55782db63ce6e108ba928c76997c92ed579b0dd2..b70d60e7b9aba5811004623ccfef17fcc1ff4402 100644 | 
| --- a/third_party/WebKit/Source/devtools/front_end/accessibility/accessibilityNode.css | 
| +++ b/third_party/WebKit/Source/devtools/front_end/accessibility/accessibilityNode.css | 
| @@ -80,24 +80,6 @@ span.ax-internal-role { | 
| left: -2px; | 
| } | 
|  | 
| -.tree-outline li.inspected::after { | 
| -    -webkit-mask-image: url(Images/smallIcons.png); | 
| -    -webkit-mask-size: 190px 30px; | 
| -    -webkit-mask-position: -180px 0; | 
| -    background-color: rgb(74, 139, 238); | 
| -    content: ""; | 
| -    position: relative; | 
| -    left: 4px; | 
| -    top: 1px; | 
| -    width: 10px; | 
| -    height: 10px; | 
| -    transform: rotate(180deg); | 
| -} | 
| - | 
| -.tree-outline:focus li.inspected.selected::after { | 
| -    background-color: white; | 
| -} | 
| - | 
| .tree-outline li.selected .selection { | 
| background-color: inherit; | 
| } | 
|  |