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 /* Items separator. */
27 paper-icon-item:not
(:last-of-type
)::after
{
28 background-color: rgba
(0, 0, 0, 0.1);
33 left: calc
(40px + 1em);
52 :host
([connecting
]) .iron-selected
.throbber
{
53 background: url
(chrome://resources
/images
/throbber_small
.svg
) no-repeat
;
54 background-size: cover
;
55 display: inline-block
;