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

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

Issue 1461783003: [DevTools] Get rid of floats in treeoutline. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebaseline Created 5 years, 1 month 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
Index: third_party/WebKit/Source/devtools/front_end/accessibility/accessibilityNode.css
diff --git a/third_party/WebKit/Source/devtools/front_end/accessibility/accessibilityNode.css b/third_party/WebKit/Source/devtools/front_end/accessibility/accessibilityNode.css
index e24923307f929cf927e414ea6adb8795d6dc3f21..aebf5d46ee24b8c15d99ae2fdf4a770fc01f7da8 100644
--- a/third_party/WebKit/Source/devtools/front_end/accessibility/accessibilityNode.css
+++ b/third_party/WebKit/Source/devtools/front_end/accessibility/accessibilityNode.css
@@ -36,6 +36,7 @@ div.ax-text-alternatives {
.ax-readable-name {
flex-shrink: 0;
+ padding-left: 2px;
}
.ax-readable-string {
@@ -59,7 +60,7 @@ span.ax-internal-role {
}
.tree-outline li {
- padding-top: 5px;
+ padding-left: 1px;
}
.tree-outline li.invalid {

Powered by Google App Engine
This is Rietveld 408576698