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

Side by Side Diff: third_party/WebKit/Source/devtools/front_end/accessibility/accessibilityNode.css

Issue 2351443003: Revert of Show ancestor hierarchy in accessibility panel (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
OLDNEW
1 /* 1 /*
2 * Copyright 2015 The Chromium Authors. All rights reserved. 2 * Copyright 2015 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 .sidebar-pane.accessibility-computed { 7 .sidebar-pane.accessibility-computed {
8 background-color: rgba(0, 0, 0, 0.03); 8 background-color: rgba(0, 0, 0, 0.03);
9 } 9 }
10 10
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
51 51
52 span.ax-internal-role { 52 span.ax-internal-role {
53 font-style: italic; 53 font-style: italic;
54 } 54 }
55 55
56 .ax-ignored-info { 56 .ax-ignored-info {
57 padding: 6px; 57 padding: 6px;
58 } 58 }
59 59
60 .ax-ignored-node-pane { 60 .ax-ignored-node-pane {
61 background-color: hsl(0, 0%, 96%);
61 flex: none; 62 flex: none;
62 } 63 }
63 64
64 .ax-tree-ignored-node {
65 font-style: italic;
66 }
67
68 .tree-outline li { 65 .tree-outline li {
69 padding-left: 1px; 66 padding-left: 1px;
70 align-items: baseline; 67 align-items: baseline;
71 } 68 }
72 69
73 .tree-outline li.property { 70 .tree-outline li.property {
74 color: rgb(33, 33, 33); 71 color: rgb(33, 33, 33);
75 } 72 }
76 73
77 .tree-outline li.invalid { 74 .tree-outline li.invalid {
(...skipping 27 matching lines...) Expand all
105 margin-left: -11px; 102 margin-left: -11px;
106 } 103 }
107 104
108 .ax-value-string { 105 .ax-value-string {
109 color: rgb(200, 0, 0); 106 color: rgb(200, 0, 0);
110 } 107 }
111 108
112 .sidebar-pane-stack .sidebar-pane { 109 .sidebar-pane-stack .sidebar-pane {
113 padding-left: 4px; 110 padding-left: 4px;
114 } 111 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698