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

Unified Diff: Source/devtools/front_end/accessibility/accessibilityNode.css

Issue 1212443002: Updated styles based on user testing and UX feedback. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 6 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/devtools/front_end/accessibility/AccessibilityStrings.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/devtools/front_end/accessibility/accessibilityNode.css
diff --git a/Source/devtools/front_end/accessibility/accessibilityNode.css b/Source/devtools/front_end/accessibility/accessibilityNode.css
index 34da9a8fe281641ab5c08678617d0640bd5ac485..f6511690eb3a0d49751afcc23d1915e07ff1ae27 100644
--- a/Source/devtools/front_end/accessibility/accessibilityNode.css
+++ b/Source/devtools/front_end/accessibility/accessibilityNode.css
@@ -8,23 +8,20 @@
padding: 3px 5px 0;
background-image: url(Images/speech.png);
background-repeat: no-repeat;
- background-position: 2px center;
+ background-position: 16px center;
padding: 4px 4px 0 4px;
- padding-left: 22px;
+ padding-left: 36px;
min-height: 18px;
- font-style: italic;
}
.ax-computed-text div {
display: inline-block;
- border: solid 1px rgba(128, 128, 128, 0.3);
padding: 2px;
width: 100%;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
width: 100%;
- text-align: center;
}
div.ax-text-alternatives {
@@ -51,7 +48,10 @@ span.ax-internal-role {
.ax-ignored-info {
padding: 6px;
- font-style: italic;
+}
+
+.ax-ignored-node-pane {
+ background-color: hsl(0, 0%, 96%);
}
.tree-outline li {
« no previous file with comments | « Source/devtools/front_end/accessibility/AccessibilityStrings.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698