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

Unified Diff: ui/webui/resources/css/apps/topbutton_bar.css

Issue 1296373003: Remove unused assets, update old assets (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 4 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
Index: ui/webui/resources/css/apps/topbutton_bar.css
diff --git a/ui/webui/resources/css/apps/topbutton_bar.css b/ui/webui/resources/css/apps/topbutton_bar.css
index 654b4a24a4b87494d3f13eae7c05e6f771beece9..5e4a7463c61051f891a003a5b1db5796e3ac3cb2 100644
--- a/ui/webui/resources/css/apps/topbutton_bar.css
+++ b/ui/webui/resources/css/apps/topbutton_bar.css
@@ -53,9 +53,3 @@
url(chrome://resources/images/apps/topbar_button_close.png) 1x,
url(chrome://resources/images/2x/apps/topbar_button_close.png) 2x);
}
-
-.topbutton-bar .gear-button {
- background-image: -webkit-image-set(
- url(chrome://resources/images/apps/topbar_button_settings.png) 1x,
- url(chrome://resources/images/2x/apps/topbar_button_settings.png) 2x);
-}

Powered by Google App Engine
This is Rietveld 408576698