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

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

Issue 2623413002: Fix inconsistent keyboard focus style in quick view buttons. (Closed)
Patch Set: Created 3 years, 11 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/elements/files_quick_view.css
diff --git a/ui/file_manager/file_manager/foreground/elements/files_quick_view.css b/ui/file_manager/file_manager/foreground/elements/files_quick_view.css
index 242da3159b66860ae5abe562dab62210aaa20a5c..60610bb3774d100291b815a65bff7a58b5fdbcc7 100644
--- a/ui/file_manager/file_manager/foreground/elements/files_quick_view.css
+++ b/ui/file_manager/file_manager/foreground/elements/files_quick_view.css
@@ -29,7 +29,7 @@ paper-dialog {
}
paper-button:focus:not(:active) {
- box-shadow: 0 0 0 2px rgba(191, 191, 191, 0.5);
+ box-shadow: 0 0 0 1px rgba(66, 133, 244, 0.5);
}
#audio-artwork {
« 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