[Eraser strings] Remove unused Supervised User infobar and corresponding strings
[chromium-blink-merge.git] / chrome / browser / resources / pdf / elements / viewer-bookmark / viewer-bookmark.css
blob275400c272266bab55664d42fb552a17f0accef2
1 /* Copyright 2015 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 #item {
6 -webkit-user-select: none;
7 color: rgb(80, 80, 80);
8 cursor: pointer;
9 min-height: 40px;
10 overflow: hidden;
11 position: relative;
12 white-space: nowrap;
13 @apply(--layout-horizontal);
14 @apply(--layout-center);
15 @apply(--paper-font-subhead);
18 #item:hover {
19 background-color: rgb(237, 237, 237);
20 color: rgb(20, 20, 20);
23 #expand {
24 height: 20px;
25 min-width: 20px;
26 padding: 6px;
27 transition: transform 150ms;
28 width: 20px;
31 #expand.open {
32 transform: rotate(90deg);