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

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

Issue 2652173002: DevTools: migrate UI.ListWidget icons 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/ListWidget.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/listWidget.css
diff --git a/third_party/WebKit/Source/devtools/front_end/ui/listWidget.css b/third_party/WebKit/Source/devtools/front_end/ui/listWidget.css
index 6062ab735abb0d043e2da990d35920c7bfd62b5b..505101988a7218af22def6cf5b7ab147b16a392f 100644
--- a/third_party/WebKit/Source/devtools/front_end/ui/listWidget.css
+++ b/third_party/WebKit/Source/devtools/front_end/ui/listWidget.css
@@ -58,23 +58,12 @@
.remove-button,
.edit-button {
- background-image: url(Images/toolbarButtonGlyphs.png);
- background-size: 352px 168px;
- width: 32px;
- height: 24px;
opacity: 0.5;
cursor: pointer;
flex: none;
visibility: hidden;
}
-@media (-webkit-min-device-pixel-ratio: 1.1) {
-.remove-button,
-.edit-button {
- background-image: url(Images/toolbarButtonGlyphs_2x.png);
-}
-} /* media */
-
.list-item:hover .remove-button,
.list-item:hover .edit-button {
visibility: visible;
« no previous file with comments | « third_party/WebKit/Source/devtools/front_end/ui/ListWidget.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698