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

Unified Diff: third_party/WebKit/Source/devtools/front_end/ui/Icon.js

Issue 2482073002: DevTools: introduce beautiful checkmarks in navigator and editor tabs (Closed)
Patch Set: 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/ui/Icon.js
diff --git a/third_party/WebKit/Source/devtools/front_end/ui/Icon.js b/third_party/WebKit/Source/devtools/front_end/ui/Icon.js
index 289f0e70f0a39d55715ca7fb75f76f64de96ef01..fa1c3c7c7f44583a3031852a4752da8627126d67 100644
--- a/third_party/WebKit/Source/devtools/front_end/ui/Icon.js
+++ b/third_party/WebKit/Source/devtools/front_end/ui/Icon.js
@@ -110,4 +110,6 @@ WebInspector.Icon.Descriptors = {
'smallicon-command-result': {x: -40, y: -20, width: 10, height: 10, spritesheet: 'smallicons'},
'smallicon-shadow-mask': {x: -60, y: -20, width: 10, height: 10, spritesheet: 'smallicons', isMask: true},
'smallicon-bezier-mask': {x: -80, y: -20, width: 10, height: 10, spritesheet: 'smallicons', isMask: true},
+ 'smallicon-checkmark-mask': {x: -100, y: -20, width: 10, height: 10, spritesheet: 'smallicons', isMask: true},
+ 'smallicon-checkmark': {x: -120, y: -20, width: 10, height: 10, spritesheet: 'smallicons'},
};

Powered by Google App Engine
This is Rietveld 408576698