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

Unified Diff: ui/file_manager/gallery/css/gallery.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/gallery/css/gallery.css
diff --git a/ui/file_manager/gallery/css/gallery.css b/ui/file_manager/gallery/css/gallery.css
index 3e977c0436dc2056852194c1b313ec695580422c..deaf8c02507483129698ea48ccec3b111ad85c13 100644
--- a/ui/file_manager/gallery/css/gallery.css
+++ b/ui/file_manager/gallery/css/gallery.css
@@ -620,7 +620,7 @@ html[dir='rtl'] .gallery .toolbar .bubble {
.gallery > .toolbar paper-button:focus,
.gallery > .toolbar button:focus {
- background-color: rgba(0, 0, 0, 0.3);
+ background-color: rgba(255, 255, 255, 0.2);
}
.gallery > .toolbar button:focus {

Powered by Google App Engine
This is Rietveld 408576698