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

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

Issue 2369063002: [DevTools] Make empty matched styles section zero-height. (Closed)
Patch Set: Created 4 years, 3 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 7bc5a9c32e6b10246b457f07d809e1805cbc7ac9..c9310bdc954bed73188faf1f45a6f28b746bc74f 100644
--- a/third_party/WebKit/Source/devtools/front_end/elements/elementsPanel.css
+++ b/third_party/WebKit/Source/devtools/front_end/elements/elementsPanel.css
@@ -155,8 +155,6 @@
padding: 2px 2px 4px 4px;
min-height: 18px;
white-space: nowrap;
- background-origin: padding;
- background-clip: padding;
-webkit-user-select: text;
border-bottom: 1px solid #eee;
position: relative;
@@ -254,6 +252,7 @@
padding: 2px 4px 0 0;
list-style: none;
clear: both;
+ display: flex;
}
.styles-section.matched-styles .style-properties {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698