1 /* Copyright 2014 The Chromium Authors. All rights reserved.
2 * Use of this source code is governed by a BSD-style license that can be
3 * found in the LICENSE file.
6 /* TODO(dzhioev): support RTL. http://crbug.com/423354 */
26 /* [icon] is needed to increase specificity. */
27 core-item core-icon
[icon
] {
33 /* Items separator. */
34 core-item:not
(:last-child
)::after
{
35 background-color: rgba
(0, 0, 0, 0.1);
40 left: calc
(40px + 1em);
49 :host
([connecting
]) core-item
.core-selected
.throbber
{
50 background: url
(chrome://resources
/images
/throbber
.svg
) no-repeat
;
51 background-size: cover
;
52 display: inline-block
;