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

Unified Diff: third_party/WebKit/Source/devtools/front_end/ui/viewContainers.css

Issue 2654043004: DevTools: migrate UI.ViewManager's expand icon over to UI.Icon (Closed)
Patch Set: Created 3 years, 11 months 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
« no previous file with comments | « third_party/WebKit/Source/devtools/front_end/ui/View.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/devtools/front_end/ui/viewContainers.css
diff --git a/third_party/WebKit/Source/devtools/front_end/ui/viewContainers.css b/third_party/WebKit/Source/devtools/front_end/ui/viewContainers.css
index 68213b893b0aa62c2d0e93b8088c72732d52087c..5de186d71a5eeb2ab698e413ff6f971bf3a67e46 100644
--- a/third_party/WebKit/Source/devtools/front_end/ui/viewContainers.css
+++ b/third_party/WebKit/Source/devtools/front_end/ui/viewContainers.css
@@ -57,31 +57,8 @@
display: none;
}
-.expandable-view-title::before {
- -webkit-mask-image: url(Images/toolbarButtonGlyphs.png);
- -webkit-mask-size: 352px 168px;
- background-color: #888;
- float: left;
- width: 11px;
- height: 11px;
+.title-expand-icon {
margin-right: 2px;
- content: "a";
- color: transparent;
- flex-shrink: 0;
-}
-
-@media (-webkit-min-device-pixel-ratio: 1.1) {
-.expandable-view-title::before {
- -webkit-mask-image: url(Images/toolbarButtonGlyphs_2x.png);
-}
-} /* media */
-
-.expandable-view-title::before {
- -webkit-mask-position: -4px -96px;
-}
-
-.expandable-view-title.expanded::before {
- -webkit-mask-position: -20px -96px;
}
.expandable-view-title > .toolbar {
« no previous file with comments | « third_party/WebKit/Source/devtools/front_end/ui/View.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698