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

Unified Diff: Source/devtools/front_end/components/breakpointsList.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/components/breakpointsList.css
diff --git a/Source/devtools/front_end/components/breakpointsList.css b/Source/devtools/front_end/components/breakpointsList.css
index c16a38f8cb92f063ff6d665252f075c31322b81a..ca5694f14f7b5dfa91cc10bbfe726a4dcd8a1551 100644
--- a/Source/devtools/front_end/components/breakpointsList.css
+++ b/Source/devtools/front_end/components/breakpointsList.css
@@ -72,19 +72,16 @@ ol.breakpoint-list {
}
.breakpoint-list .checkbox-elem {
- font-size: 10px;
margin: 0 4px;
vertical-align: top;
position: relative;
z-index: 1;
- top: 3px;
}
.breakpoint-list .source-text {
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
- margin: 2px 0 0 20px;
}
.sidebar-pane .breakpoint-hit {
@@ -112,8 +109,5 @@ li.breakpoint-hit .breakpoint-hit-marker {
}
.event-listener-breakpoints .checkbox-elem {
- float: left;
- position: relative;
- top: 1px;
font-size: 10px;
}
« no previous file with comments | « Source/devtools/front_end/components/DOMBreakpointsSidebarPane.js ('k') | Source/devtools/front_end/elements/ElementsPanel.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698