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

Unified Diff: third_party/WebKit/Source/devtools/front_end/sources/eventListenerBreakpoints.css

Issue 2900843002: DevTools: remove BreakpointsSidebarPaneBase and breakpointsList.css (Closed)
Patch Set: split breakpointsList.css 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/sources/eventListenerBreakpoints.css
diff --git a/third_party/WebKit/Source/devtools/front_end/sources/eventListenerBreakpoints.css b/third_party/WebKit/Source/devtools/front_end/sources/eventListenerBreakpoints.css
index fe842e2a1f060d094b178b865b972984c38080bd..a94eb2491bc76dc69e659fd3bc8f0e3bef5af5fb 100644
--- a/third_party/WebKit/Source/devtools/front_end/sources/eventListenerBreakpoints.css
+++ b/third_party/WebKit/Source/devtools/front_end/sources/eventListenerBreakpoints.css
@@ -28,15 +28,6 @@
display: none;
}
-.breakpoint-hit {
- background-color: rgb(255, 255, 194);
dgozman 2017/05/31 17:36:33 Why is this not needed anymore?
luoe 2017/05/31 18:22:37 breakpoint-hit-marker is the only element that act
-}
-
-:host-context(.-theme-with-dark-background) .breakpoint-hit {
- background-color: hsl(46, 98%, 22%);
- color: #ccc;
-}
-
.breakpoint-hit .breakpoint-hit-marker {
background-color: rgb(255, 255, 194);
height: 18px;
@@ -46,3 +37,8 @@
right: -4px;
z-index: -1;
}
+
+:host-context(.-theme-with-dark-background) .breakpoint-hit .breakpoint-hit-marker {
+ background-color: hsl(46, 98%, 22%);
+ color: #ccc;
+}

Powered by Google App Engine
This is Rietveld 408576698