summaryrefslogtreecommitdiffstats
path: root/ui
diff options
context:
space:
mode:
authoryawano <yawano@chromium.org>2015-08-21 01:20:06 -0700
committerCommit bot <commit-bot@chromium.org>2015-08-21 08:20:49 +0000
commit1c5dda208e820d6ebba41c2ed44ed3933e71d431 (patch)
tree4f68f7acf5bff39ff6c435feb01c01c2cba18465 /ui
parentc1b812bc7b1f664d356c82fc7075b59a44f90790 (diff)
downloadchromium_src-1c5dda208e820d6ebba41c2ed44ed3933e71d431.zip
chromium_src-1c5dda208e820d6ebba41c2ed44ed3933e71d431.tar.gz
chromium_src-1c5dda208e820d6ebba41c2ed44ed3933e71d431.tar.bz2
Gallery: remove default focus ring from selected item in thumbnail mode.
BUG=523187 TEST=none Review URL: https://codereview.chromium.org/1304063003 Cr-Commit-Position: refs/heads/master@{#344722}
Diffstat (limited to 'ui')
-rw-r--r--ui/file_manager/gallery/css/gallery.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/ui/file_manager/gallery/css/gallery.css b/ui/file_manager/gallery/css/gallery.css
index 77f407f..7416690 100644
--- a/ui/file_manager/gallery/css/gallery.css
+++ b/ui/file_manager/gallery/css/gallery.css
@@ -1345,6 +1345,10 @@ html[dir='rtl'] .thumbnail-view .thumbnail {
float: right;
}
+.thumbnail-view .thumbnail.selected:focus {
+ outline: none;
+}
+
.thumbnail-view::-webkit-scrollbar {
width: 0;
}