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

Unified Diff: third_party/WebKit/Source/devtools/front_end/accessibility/accessibilityNode.css

Issue 2564433004: DevTools: migrate last usages of samllIcons.png to UI.Icon (Closed)
Patch Set: rebaseline Created 4 years 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/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;
}

Powered by Google App Engine
This is Rietveld 408576698