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

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

Issue 967513003: Files.app: Remove hover effect from toolbar buttons. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 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 3f48669c2e2ecc981e3a9123969d75a17c85f46d..ed0e17aae48b4398e7654d5f08d91e88db2ac1be 100644
--- a/ui/file_manager/file_manager/foreground/css/file_manager.css
+++ b/ui/file_manager/file_manager/foreground/css/file_manager.css
@@ -301,16 +301,12 @@ body.check-select .dialog-header .icon-button paper-ripple {
rgb(90, 90, 90);
}
-.dialog-header .icon-button:hover,
.dialog-header .icon-button:focus,
-.dialog-header .combobutton:hover,
.dialog-header .combobutton:focus {
background-color: rgba(90, 90, 90, 0.15);
}
-body.check-select .dialog-header .icon-button:hover,
body.check-select .dialog-header .icon-button:focus,
-body.check-select .dialog-header .combobutton:hover,
body.check-select .dialog-header .combobutton:focus {
background-color: rgba(153, 153, 153, 0.20);
}
« 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