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

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

Issue 2175903002: DevTools: follow-up to view introduction, fix styles css. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: lcean Created 4 years, 5 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 f395cff002a70e35feaf4b4431cf91be099b384a..44aad06c293eb0c5267318e15d2b76b2f4fb0d1e 100644
--- a/third_party/WebKit/Source/devtools/front_end/elements/elementsPanel.css
+++ b/third_party/WebKit/Source/devtools/front_end/elements/elementsPanel.css
@@ -171,6 +171,10 @@
border-top: 0 none;
}
+.style-panes-wrapper {
+ overflow: auto;
+}
+
.styles-section.read-only {
background-color: #eee;
}
@@ -741,6 +745,10 @@ li.editing .enabled-button {
padding-left: 10px;
}
+.view > .toolbar {
+ border-bottom: 1px solid #eee;
+}
+
.events-pane .section:not(:first-of-type) {
border-top: 1px solid rgb(231, 231, 231);
}

Powered by Google App Engine
This is Rietveld 408576698