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

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

Issue 2477693004: Change color of ripple effects and tab focus of toolbar buttons in Files (Closed)
Patch Set: Sort by the lexicological order of the selectors. Created 4 years, 1 month 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/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 80531bdabe0b96cb3ea8b46e7a4c95e14a801d5c..a94c9aeadc769fe2a7bb6d03f16e88b8a131551e 100644
--- a/ui/file_manager/file_manager/foreground/css/file_manager.css
+++ b/ui/file_manager/file_manager/foreground/css/file_manager.css
@@ -448,7 +448,7 @@ body.check-select .dialog-header button paper-ripple {
.dialog-header
button:focus:not(.using-mouse):not([tabindex='-1']):not(:active) {
- background-color: rgba(90, 90, 90, 0.15);
+ background-color: rgba(255, 255, 255, 0.20);
}
body.check-select .dialog-header

Powered by Google App Engine
This is Rietveld 408576698