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
3 * found in the LICENSE file. */
5 .destination-list-item {
6 -webkit-padding-end: 2px;
7 -webkit-padding-start: 18px;
13 :not
(.moving
).destination-list-item
{
14 -webkit-transition: background-color
150ms;
17 .destination-list-item:hover
,
18 .destination-list-item:focus {
19 background-color: rgb
(228, 236, 247);
22 .destination-list-item:focus {
26 .destination-list-item.stale {
30 .destination-list-item-content {
34 .destination-list-item-icon {
35 -webkit-margin-end: 8px;
36 -webkit-transition: opacity
150ms;
37 display: inline-block
;
40 vertical-align: middle
;
44 .destination-list-item-name {
48 text-overflow: ellipsis
;
49 vertical-align: middle
;
53 .destination-list-item-name .search-hint {
54 -webkit-margin-start: 1em;
59 .destination-list-item .offline-status {
60 -webkit-margin-start: 1em;
64 vertical-align: middle
;
68 -webkit-margin-start: 1em;
72 .destination-list-item-query-highlight {
73 background-color: rgba
(255, 240, 120, 0.9);
76 .extension-controlled-indicator {
79 justify-content: flex-end
;
84 -webkit-margin-start: 1em;
88 text-overflow: ellipsis
;
93 background-position: center
;
94 background-repeat: no-repeat
;