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

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

Issue 22875023: DevTools: Front-end for platform font inspection (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: address comments Created 7 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
« no previous file with comments | « Source/devtools/front_end/PlatformFontsSidebarPane.js ('k') | Source/devtools/scripts/compile_frontend.py » ('j') | 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 a7fb893ce3b0ec452916fd50b86dd509b9c2da2f..a366eab845e6b32a242ad36bdd81d64481f7b7ec 100644
--- a/Source/devtools/front_end/elementsPanel.css
+++ b/Source/devtools/front_end/elementsPanel.css
@@ -541,7 +541,6 @@
-webkit-user-drag: auto;
}
-
.sidebar-pane.composite {
overflow: hidden;
position: absolute;
@@ -560,12 +559,37 @@
-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 {
+ padding: 1ex;
+ -webkit-user-select: text;
+}
+
+.sidebar-pane.composite .platform-fonts .stats-section {
+ margin-bottom: 5px;
+}
+
+.sidebar-pane.composite .platform-fonts .css-font-value {
+ margin-left: 1ex;
+}
+
+.sidebar-pane.composite .platform-fonts .font-stats-item {
+ padding-left: 1em;
+}
+
+.sidebar-pane.composite .platform-fonts .font-stats-item .delimeter {
+ margin: 0 1ex 0 1ex;
+}
+
.sidebar-pane.composite .sidebar-pane-toolbar > .sidebar-pane-subtitle {
left: 8px;
}
« no previous file with comments | « Source/devtools/front_end/PlatformFontsSidebarPane.js ('k') | Source/devtools/scripts/compile_frontend.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698