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

Unified Diff: third_party/WebKit/Source/devtools/front_end/components/breakpointsList.css

Issue 2900843002: DevTools: remove BreakpointsSidebarPaneBase and breakpointsList.css (Closed)
Patch Set: remove the base, and also rebase Created 3 years, 7 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/components/breakpointsList.css
diff --git a/third_party/WebKit/Source/devtools/front_end/components/breakpointsList.css b/third_party/WebKit/Source/devtools/front_end/components/breakpointsList.css
index b4d077c80f00d98df05b24cccc500647bbe16220..c7163bb2bee571130dcc6f0a762563fffbeb2457 100644
--- a/third_party/WebKit/Source/devtools/front_end/components/breakpointsList.css
+++ b/third_party/WebKit/Source/devtools/front_end/components/breakpointsList.css
@@ -122,12 +122,3 @@ li.breakpoint-hit .breakpoint-hit-marker {
right: 0;
z-index: -1;
}
-
-.dom-breakpoints-list > li {
- display: flex;
-}
-
-.dom-breakpoints-list .dom-breakpoint > div {
- overflow: hidden;
- text-overflow: ellipsis;
-}

Powered by Google App Engine
This is Rietveld 408576698