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

Unified Diff: ui/file_manager/file_manager/foreground/elements/files_ripple.html

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/elements/files_ripple.html
diff --git a/ui/file_manager/file_manager/foreground/elements/files_ripple.html b/ui/file_manager/file_manager/foreground/elements/files_ripple.html
index d9a10f6862f73362f678c70fdc3b6b866f8aa3fc..9e23b39f84d671446a1cbf7e8fd9defe46ae4525 100644
--- a/ui/file_manager/file_manager/foreground/elements/files_ripple.html
+++ b/ui/file_manager/file_manager/foreground/elements/files_ripple.html
@@ -19,12 +19,13 @@
}
.ripple {
- background-color: black;
+ background-color: white;
border-radius: 50%;
height: 50%;
margin: 0 auto;
opacity: 0;
width: 50%;
+ @apply(--files-ripple);
}
:host([pressed]) .ripple {

Powered by Google App Engine
This is Rietveld 408576698