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

Unified Diff: ui/file_manager/file_manager/foreground/css/file_manager.css

Issue 1207403005: Files.app: Fix a visibility issue of delete button. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 6 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/file_manager/file_manager/foreground/css/file_manager.css
diff --git a/ui/file_manager/file_manager/foreground/css/file_manager.css b/ui/file_manager/file_manager/foreground/css/file_manager.css
index aa00bd1b4dd9b6b75bf1eade36f313f938725af6..fcb7f427830f555c34b9f8c70e9c5165146580ec 100644
--- a/ui/file_manager/file_manager/foreground/css/file_manager.css
+++ b/ui/file_manager/file_manager/foreground/css/file_manager.css
@@ -399,7 +399,7 @@ body.check-select #share-button > .icon {
url(../images/files/ui/2x/delete_white.png) 2x);
}
-body.check-select #delete-button {
+body.check-select #delete-button > .icon {
background-image: -webkit-image-set(
url(../images/files/ui/delete.png) 1x,
url(../images/files/ui/2x/delete.png) 2x);
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698