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

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

Issue 2058323002: Add ARIA panel to accessibility sidebar pane (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase and fix test Created 4 years, 4 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 {
8 background-color: rgba(0, 0, 0, 0.03);
9 }
10
7 .ax-computed-text { 11 .ax-computed-text {
8 background-image: url(Images/speech.png); 12 background-image: url(Images/speech.png);
9 background-repeat: no-repeat; 13 background-repeat: no-repeat;
10 background-position: 0px center; 14 background-position: 0px center;
11 background-size: 12px; 15 background-size: 12px;
12 padding-left: 17px; 16 padding-left: 17px;
13 } 17 }
14 18
15 .ax-computed-text div { 19 .ax-computed-text div {
16 display: inline-block; 20 display: inline-block;
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after
98 margin-left: -11px; 102 margin-left: -11px;
99 } 103 }
100 104
101 .ax-value-string { 105 .ax-value-string {
102 color: rgb(200, 0, 0); 106 color: rgb(200, 0, 0);
103 } 107 }
104 108
105 .sidebar-pane-stack .sidebar-pane { 109 .sidebar-pane-stack .sidebar-pane {
106 padding-left: 4px; 110 padding-left: 4px;
107 } 111 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698