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

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

Issue 805853002: DevTools: Make labeled checkbox a web component (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years 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: Source/devtools/front_end/elements/elementsPanel.css
diff --git a/Source/devtools/front_end/elements/elementsPanel.css b/Source/devtools/front_end/elements/elementsPanel.css
index b9337801727d833ac01aeacdc975bd9148ea927a..d407bc9ea73eb536f6d29c78f3bb730706abe91f 100644
--- a/Source/devtools/front_end/elements/elementsPanel.css
+++ b/Source/devtools/front_end/elements/elementsPanel.css
@@ -715,10 +715,13 @@ li.child-editing .styles-clipboard-only {
}
label.checkbox-with-label {
- display: flex;
-webkit-user-select: none;
}
+label.checkbox-with-label > .dt-checkbox-text {
+ margin-top: 1px;
+}
+
.events-pane .section:not(:first-of-type) {
border-top: 1px solid rgb(231, 231, 231);
}
« no previous file with comments | « Source/devtools/front_end/elements/StylesSidebarPane.js ('k') | Source/devtools/front_end/inspectorCommon.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698