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 16e52de84a15d7968938806fde99a93e9e961bbf..8e8e89c6b4dcb7bee31d2b7124f84eb4ebcf391b 100644 |
--- a/Source/devtools/front_end/components/breakpointsList.css |
+++ b/Source/devtools/front_end/components/breakpointsList.css |
@@ -27,7 +27,7 @@ |
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
*/ |
-.sidebar-pane > .body .breakpoint-condition { |
+.sidebar-pane .breakpoint-condition { |
display: block; |
margin-top: 4px; |
margin-bottom: 4px; |
@@ -68,15 +68,10 @@ ol.breakpoint-list { |
} |
.breakpoint-list li:hover { |
- background-color: rgba(56, 121, 217, 0.2); |
+ background-color: #eee; |
} |
.breakpoint-list .checkbox-elem { |
dgozman
2015/06/09 13:27:02
nit: empty rule
pfeldman
2015/06/09 13:40:59
Done.
|
- margin: 0 4px; |
- vertical-align: top; |
- position: relative; |
- z-index: 1; |
- top: 3px; |
} |
.breakpoint-list .source-text { |
@@ -120,13 +115,9 @@ li.breakpoint-hit .breakpoint-hit-marker { |
.event-listener-breakpoints li { |
margin-left: 12px; |
- white-space: nowrap; |
text-overflow: ellipsis; |
- overflow: hidden; |
-webkit-user-select: text; |
cursor: default; |
- padding-top: 2px; |
- line-height: 12px; |
} |
.event-listener-breakpoints li.parent { |
@@ -141,7 +132,7 @@ li.breakpoint-hit .breakpoint-hit-marker { |
content: "a"; |
width: 8px; |
float: left; |
- margin-right: 4px; |
+ margin: 2px 2px 0 -2px; |
color: transparent; |
text-shadow: none; |
} |
@@ -162,11 +153,6 @@ li.breakpoint-hit .breakpoint-hit-marker { |
.event-listener-breakpoints .children li { |
margin-left: 12px; |
- height: 16px; |
-} |
- |
-.event-listener-breakpoints .checkbox-elem { |
- font-size: 10px; |
} |
.async-operations li > label { |