2 * Copyright (c) 2015 The Chromium Authors. All rights reserved.
3 * Use of this source code is governed by a BSD-style license that can be
4 * found in the LICENSE file.
8 background: hsl
(0, 0%, 95%);
10 color: hsl
(0, 0%, 20%);
16 -webkit-filter: drop-shadow
(0 1px 2px hsla
(0, 0%, 0%, 0.3));
17 border: 1px solid hsla
(0, 0%, 0%, 0.1);
18 background-clip: padding-box
;
19 box-sizing: border-box
;
22 transition: visibility
0s 100ms, opacity
150ms cubic-bezier
(0, 0, .2, 1);
27 text-overflow: ellipsis
;
33 transition-delay: 600ms;
37 .tooltip.shown.instant {
42 color: hsl
(0, 0%, 45%);
43 display: inline-block
;