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

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

Issue 893403004: webui: make 0 into 0ms when it's a <time>. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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
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 html.loading * { 5 html.loading * {
6 transition-duration: 0 !important; 6 transition-duration: 0ms !important;
7 } 7 }
8 8
9 html:not(.focus-outline-visible) 9 html:not(.focus-outline-visible)
10 :enabled:focus:-webkit-any(input[type='checkbox'], input[type='radio']) { 10 :enabled:focus:-webkit-any(input[type='checkbox'], input[type='radio']) {
11 /* Cancel border-color for :focus specified in widgets.css. */ 11 /* Cancel border-color for :focus specified in widgets.css. */
12 border-color: rgba(0, 0, 0, 0.25); 12 border-color: rgba(0, 0, 0, 0.25);
13 } 13 }
14 14
15 .no-scroll { 15 .no-scroll {
16 overflow-y: hidden; 16 overflow-y: hidden;
(...skipping 389 matching lines...) Expand 10 before | Expand all | Expand 10 after
406 /* Sideload Wipeout */ 406 /* Sideload Wipeout */
407 407
408 .sideload-wipeout-learn-more { 408 .sideload-wipeout-learn-more {
409 text-decoration: none; 409 text-decoration: none;
410 } 410 }
411 411
412 .sideload-wipeout-banner .page-banner-text { 412 .sideload-wipeout-banner .page-banner-text {
413 -webkit-padding-start: 8px; 413 -webkit-padding-start: 8px;
414 background-image: none; 414 background-image: none;
415 } 415 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698