OLD | NEW |
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 Loading... |
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 } |
OLD | NEW |