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

Unified Diff: chrome/browser/resources/file_manager/css/file_manager.css

Issue 15873002: Files.app: Keep the background color of top buttons as pressed until it is released. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 7 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: chrome/browser/resources/file_manager/css/file_manager.css
diff --git a/chrome/browser/resources/file_manager/css/file_manager.css b/chrome/browser/resources/file_manager/css/file_manager.css
index 5473027fe661c660b1abe099e0c5580798f0e576..e82be04afb920a5c64654719c1f3988fdf23082b 100644
--- a/chrome/browser/resources/file_manager/css/file_manager.css
+++ b/chrome/browser/resources/file_manager/css/file_manager.css
@@ -769,7 +769,7 @@ body[new-ui] .dialog-header .buttonbar button:not(:active) {
-webkit-box-shadow: none;
}
-body[new-ui] .dialog-header button:not(:hover):not(focus) {
+body[new-ui] .dialog-header button:not(:hover):not(focus):not(:active) {
background-color: transparent;
border-color: transparent;
}
« 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