summaryrefslogtreecommitdiffstats
path: root/chrome
diff options
context:
space:
mode:
authoraboxhall@chromium.org <aboxhall@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-02-01 03:37:56 +0000
committeraboxhall@chromium.org <aboxhall@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-02-01 03:37:56 +0000
commit895978babb24776cfb1aeef22fe55241e15e1891 (patch)
treec6a79c381554909ddcd2170c35c0d6e2bc1b5cad /chrome
parent8b6d9644a2fe81b761934e35a5d1d3a9b40b5db5 (diff)
downloadchromium_src-895978babb24776cfb1aeef22fe55241e15e1891.zip
chromium_src-895978babb24776cfb1aeef22fe55241e15e1891.tar.gz
chromium_src-895978babb24776cfb1aeef22fe55241e15e1891.tar.bz2
Move focusSelectedItem to the end of showMenu() as it can cause the page to scroll prematurely.
Also add outline: none to menu items in the drop-down menus on the history page, as the focus is indicated by the colour. BUG=172816 Review URL: https://chromiumcodereview.appspot.com/12091099 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@180059 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome')
-rw-r--r--chrome/browser/resources/history/history.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/browser/resources/history/history.css b/chrome/browser/resources/history/history.css
index 74d2e3d..f3252ef 100644
--- a/chrome/browser/resources/history/history.css
+++ b/chrome/browser/resources/history/history.css
@@ -297,4 +297,5 @@ html[dir='rtl'] .entry .title {
#action-menu > :not(hr) {
line-height: 29px;
+ outline: none;
}