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

Unified Diff: Source/devtools/front_end/ui/tooltip.css

Issue 1300743002: DevTools: render DOM markers with their colors (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 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 side-by-side diff with in-line comments
Download patch
Index: Source/devtools/front_end/ui/tooltip.css
diff --git a/Source/devtools/front_end/ui/tooltip.css b/Source/devtools/front_end/ui/tooltip.css
index 25d5b60b9993ab4a524347df3c4d8c93c608da48..aff6733609e419749afaf76bda894de403f237ce 100644
--- a/Source/devtools/front_end/ui/tooltip.css
+++ b/Source/devtools/front_end/ui/tooltip.css
@@ -17,6 +17,7 @@
border: 1px solid hsla(0, 0%, 0%, 0.1);
background-clip: padding-box;
box-sizing: border-box;
+ white-space: pre;
}
.tooltip {
« Source/devtools/front_end/main/Main.js ('K') | « Source/devtools/front_end/main/Main.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698