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

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

Issue 2157713002: DevTools: introduce View: a named widget with the toolbar. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: lcean Created 4 years, 5 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 .ax-computed-text { 7 .ax-computed-text {
8 background-image: url(Images/speech.png); 8 background-image: url(Images/speech.png);
9 background-repeat: no-repeat; 9 background-repeat: no-repeat;
10 background-position: 0px center; 10 background-position: 0px center;
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
48 span.ax-internal-role { 48 span.ax-internal-role {
49 font-style: italic; 49 font-style: italic;
50 } 50 }
51 51
52 .ax-ignored-info { 52 .ax-ignored-info {
53 padding: 6px; 53 padding: 6px;
54 } 54 }
55 55
56 .ax-ignored-node-pane { 56 .ax-ignored-node-pane {
57 background-color: hsl(0, 0%, 96%); 57 background-color: hsl(0, 0%, 96%);
58 flex: none;
58 } 59 }
59 60
60 .tree-outline li { 61 .tree-outline li {
61 padding-left: 1px; 62 padding-left: 1px;
62 align-items: baseline; 63 align-items: baseline;
63 } 64 }
64 65
65 .tree-outline li.property { 66 .tree-outline li.property {
66 color: rgb(33, 33, 33); 67 color: rgb(33, 33, 33);
67 } 68 }
(...skipping 29 matching lines...) Expand all
97 margin-left: -11px; 98 margin-left: -11px;
98 } 99 }
99 100
100 .ax-value-string { 101 .ax-value-string {
101 color: rgb(200, 0, 0); 102 color: rgb(200, 0, 0);
102 } 103 }
103 104
104 .sidebar-pane-stack .sidebar-pane { 105 .sidebar-pane-stack .sidebar-pane {
105 padding-left: 4px; 106 padding-left: 4px;
106 } 107 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698