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

Side by Side Diff: chrome/browser/resources/history/history.css

Issue 12091099: Move focusSelectedItem to the end of showMenu() as it can cause the page to scroll prematurely. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 10 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | ui/webui/resources/js/cr/ui/menu_button.js » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /* Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 /* Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 * Use of this source code is governed by a BSD-style license that can be 2 * Use of this source code is governed by a BSD-style license that can be
3 * found in the LICENSE file. */ 3 * found in the LICENSE file. */
4 4
5 body:not(.uber-frame) { 5 body:not(.uber-frame) {
6 color: rgb(48, 57, 66); 6 color: rgb(48, 57, 66);
7 margin: 0 8px 0 8px; 7 margin: 0 8px 0 8px;
8 } 8 }
9 9
10 #editing-controls, 10 #editing-controls,
(...skipping 279 matching lines...) Expand 10 before | Expand all | Expand 10 after
290 opacity: 0; 290 opacity: 0;
291 } 291 }
292 292
293 .menu-button.drop-down { 293 .menu-button.drop-down {
294 position: relative; 294 position: relative;
295 top: 2px; 295 top: 2px;
296 } 296 }
297 297
298 #action-menu > :not(hr) { 298 #action-menu > :not(hr) {
299 line-height: 29px; 299 line-height: 29px;
300 outline: none;
300 } 301 }
OLDNEW
« no previous file with comments | « no previous file | ui/webui/resources/js/cr/ui/menu_button.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698