Log Message
Web Inspector: List expansion arrows is pointing down even when the list of eventListeners are hidden in the Elements tab https://bugs.webkit.org/show_bug.cgi?id=78360
Reviewed by Timothy Hatcher. * inspector/front-end/elementsPanel.css: (.section .event-bar .header): (.section .event-bars .event-bar .header .title): (.section .event-bar .header .subtitle): (.section .event-bar .header::before): (.section .event-bar.expanded .header::before):
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (107702 => 107703)
--- trunk/Source/WebCore/ChangeLog 2012-02-14 11:42:06 UTC (rev 107702)
+++ trunk/Source/WebCore/ChangeLog 2012-02-14 12:01:14 UTC (rev 107703)
@@ -1,3 +1,18 @@
+2012-02-14 Pavel Feldman <[email protected]>
+
+ Web Inspector: List expansion arrows is pointing down even
+ when the list of eventListeners are hidden in the Elements tab
+ https://bugs.webkit.org/show_bug.cgi?id=78360
+
+ Reviewed by Timothy Hatcher.
+
+ * inspector/front-end/elementsPanel.css:
+ (.section .event-bar .header):
+ (.section .event-bars .event-bar .header .title):
+ (.section .event-bar .header .subtitle):
+ (.section .event-bar .header::before):
+ (.section .event-bar.expanded .header::before):
+
2012-02-14 Hayato Ito <[email protected]>
Make ShadowRoot.nodeType return DOCUMENT_FRAGMENT_NODE.
Modified: trunk/Source/WebCore/inspector/front-end/elementsPanel.css (107702 => 107703)
--- trunk/Source/WebCore/inspector/front-end/elementsPanel.css 2012-02-14 11:42:06 UTC (rev 107702)
+++ trunk/Source/WebCore/inspector/front-end/elementsPanel.css 2012-02-14 12:01:14 UTC (rev 107703)
@@ -479,9 +479,9 @@
width: 8px;
height: 8px;
opacity: 0.75;
- content: url(Images/treeRightTriangleBlack.png);
+ content: url(Images/treeRightTriangleBlack.png) !important;
}
.event-bars .event-bar.expanded .header::before {
- content: url(Images/treeDownTriangleBlack.png);
+ content: url(Images/treeDownTriangleBlack.png) !important;
}
_______________________________________________ webkit-changes mailing list [email protected] http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes
