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

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: fixing nits 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
« no previous file with comments | « Source/devtools/front_end/PlatformFontsSidebarPane.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/elementsPanel.css
diff --git a/Source/devtools/front_end/elementsPanel.css b/Source/devtools/front_end/elementsPanel.css
index 549e0d1901e07ed48e9af3ea6d501e66112776cf..c56474f7709d99f1d2a44377d482e9306c885e04 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: none;
+}
+
.sidebar-pane.composite .platform-fonts .stats-section {
margin-bottom: 5px;
}
« no previous file with comments | « Source/devtools/front_end/PlatformFontsSidebarPane.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698