Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(516)

Side by Side Diff: third_party/WebKit/Source/devtools/front_end/resources/resourcesSidebar.css

Issue 2347603003: [DevTools] Remove usage of outline-disclosure from resources sidebar. (Closed)
Patch Set: Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « third_party/WebKit/Source/devtools/front_end/resources/resourcesPanel.css ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /* 1 /*
2 * Copyright 2016 The Chromium Authors. All rights reserved. 2 * Copyright 2016 The Chromium Authors. All rights reserved.
3 * Use of this source code is governed by a BSD-style license that can be 3 * Use of this source code is governed by a BSD-style license that can be
4 * found in the LICENSE file. 4 * found in the LICENSE file.
5 */ 5 */
6 6
7 .tree-outline { 7 .tree-outline {
8 padding-left: 0; 8 padding-left: 0;
9 color: rgb(90, 90, 90); 9 color: rgb(90, 90, 90);
10 } 10 }
11 11
12 .tree-outline > ol { 12 .tree-outline > ol {
13 padding-bottom: 10px; 13 padding-bottom: 10px;
14 } 14 }
15 15
16 .icon { 16 .icon {
17 width: 16px; 17 width: 16px;
18 height: 16px; 18 height: 16px;
19 margin-right: 4px; 19 margin-right: 4px;
20 } 20 }
21 21
22 .tree-outline-disclosure li { 22 .tree-outline li {
23 min-height: 20px; 23 min-height: 20px;
24 } 24 }
25 25
26 li.storage-group-list-item { 26 li.storage-group-list-item {
27 border-top: 1px solid rgb(230, 230, 230); 27 border-top: 1px solid rgb(230, 230, 230);
28 padding: 10px 8px 6px 8px; 28 padding: 10px 8px 6px 8px;
29 } 29 }
30 30
31 li.storage-group-list-item::before { 31 li.storage-group-list-item::before {
32 display: none; 32 display: none;
(...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after
129 -webkit-mask-position: 0 0; 129 -webkit-mask-position: 0 0;
130 } 130 }
131 131
132 .service-worker-tree-item .icon { 132 .service-worker-tree-item .icon {
133 -webkit-mask-position: -20px 0; 133 -webkit-mask-position: -20px 0;
134 } 134 }
135 135
136 .clear-storage-tree-item .icon { 136 .clear-storage-tree-item .icon {
137 -webkit-mask-position: -40px 0; 137 -webkit-mask-position: -40px 0;
138 } 138 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/devtools/front_end/resources/resourcesPanel.css ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698