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

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

Issue 2652153003: DevTools: migrate SoftContextMenu icons over to UI.Icon (Closed)
Patch Set: rebaseline 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/SoftContextMenu.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/softContextMenu.css
diff --git a/third_party/WebKit/Source/devtools/front_end/ui/softContextMenu.css b/third_party/WebKit/Source/devtools/front_end/ui/softContextMenu.css
index b336a3920be056cefa14be7154cd248063f3845a..516df5a0c030ac685104cf83c108cd003b6a751a 100644
--- a/third_party/WebKit/Source/devtools/front_end/ui/softContextMenu.css
+++ b/third_party/WebKit/Source/devtools/front_end/ui/softContextMenu.css
@@ -97,19 +97,11 @@
}
.checkmark {
- background-image: url(Images/toolbarButtonGlyphs.png);
- background-size: 352px 168px;
opacity: 0.7;
- width: 10px;
- height: 10px;
- background-position: -128px -109px;
- display: inline-block;
pointer-events: none;
margin: auto 5px auto 0px;
}
-@media (-webkit-min-device-pixel-ratio: 1.1) {
-.checkmark {
- background-image: url(Images/toolbarButtonGlyphs_2x.png);
-}
-}
+.soft-context-menu-item-mouse-over .checkmark {
+ opacity: 1;
+}
« no previous file with comments | « third_party/WebKit/Source/devtools/front_end/ui/SoftContextMenu.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698