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

Unified Diff: third_party/WebKit/Source/devtools/front_end/elements/elementsPanel.css

Issue 1809773002: DevTools: split platformFontsWidget.css out of elementsPanel.css (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: address comments Created 4 years, 9 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: third_party/WebKit/Source/devtools/front_end/elements/elementsPanel.css
diff --git a/third_party/WebKit/Source/devtools/front_end/elements/elementsPanel.css b/third_party/WebKit/Source/devtools/front_end/elements/elementsPanel.css
index 8669caa5d6d3dc823771461a0864a2c684f2c979..3064234e715fde2d76b41eda069c7f71e92bc3c8 100644
--- a/third_party/WebKit/Source/devtools/front_end/elements/elementsPanel.css
+++ b/third_party/WebKit/Source/devtools/front_end/elements/elementsPanel.css
@@ -620,39 +620,6 @@
margin-left: 4px;
}
-.sidebar-pane.composite .platform-fonts {
- -webkit-user-select: text;
-}
-
-.sidebar-pane.composite .platform-fonts .font-name {
- font-weight: bold;
-}
-
-.sidebar-pane.composite .platform-fonts .font-usage {
- color: #888;
- padding-left: 3px;
-}
-
-.sidebar-pane.composite .platform-fonts .sidebar-separator {
- height: 24px;
- background-color: #f1f1f1;
- border-color: #ddd;
- display: flex;
- align-items: center;
-}
-
-.sidebar-pane.composite .platform-fonts .stats-section {
- margin: 5px 0;
-}
-
-.sidebar-pane.composite .platform-fonts .font-stats-item {
- padding-left: 1em;
-}
-
-.sidebar-pane.composite .platform-fonts .font-stats-item .font-delimeter {
- margin: 0 1ex 0 1ex;
-}
-
.sidebar-pane.composite .metrics-and-styles .metrics {
border-bottom: none;
}

Powered by Google App Engine
This is Rietveld 408576698