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

Unified Diff: Source/devtools/front_end/elementsPanel.css

Issue 59993003: DevTools: add title to computed fonts section (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: fix borders glitch Created 7 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: Source/devtools/front_end/elementsPanel.css
diff --git a/Source/devtools/front_end/elementsPanel.css b/Source/devtools/front_end/elementsPanel.css
index 549e0d1901e07ed48e9af3ea6d501e66112776cf..47771e47524e138a1848e552a38b8530485e7f1b 100644
--- a/Source/devtools/front_end/elementsPanel.css
+++ b/Source/devtools/front_end/elementsPanel.css
@@ -579,21 +579,21 @@
-webkit-justify-content: center;
}
-.sidebar-pane.composite .computed-style {
- border-bottom: 1px solid rgb(64%, 64%, 64%);
-}
-
.sidebar-pane.composite .metrics-and-computed .sidebar-pane-toolbar {
margin-top: 4px;
margin-bottom: -4px;
position: relative;
}
-.sidebar-pane.composite .platform-fonts {
+.sidebar-pane.composite .platform-fonts .body {
padding: 1ex;
-webkit-user-select: text;
}
+.sidebar-pane.composite .platform-fonts .sidebar-separator {
+ border-top: 0px;
vsevik 2013/11/05 17:30:18 border-top: none;
+}
+
.sidebar-pane.composite .platform-fonts .stats-section {
margin-bottom: 5px;
}

Powered by Google App Engine
This is Rietveld 408576698