Title: [243781] trunk/Source/WebInspectorUI
- Revision
- 243781
- Author
- [email protected]
- Date
- 2019-04-02 17:44:42 -0700 (Tue, 02 Apr 2019)
Log Message
Web Inspector: Elements: DOM breakpoint icon should stroke when hovering selection area
https://bugs.webkit.org/show_bug.cgi?id=196516
<rdar://problem/49540494>
Reviewed by Timothy Hatcher.
* UserInterface/Views/DOMTreeContentView.css:
(body:not(.window-inactive) .content-view.dom-tree .tree-outline.dom:focus li:matches(.selected, .hovered) .status-image.breakpoint,): Added.
(body:not(.window-inactive) .content-view.dom-tree .tree-outline.dom:focus li:matches(.selected, .hovered) .status-image.breakpoint.subtree): Added.
(body:not(.window-inactive) .content-view.dom-tree .tree-outline.dom:focus li:matches(.selected, :hover) .status-image.breakpoint): Deleted.
(body:not(.window-inactive) .content-view.dom-tree .tree-outline.dom:focus li:matches(.selected, :hover) .status-image.breakpoint.subtree): Deleted.
Modified Paths
Diff
Modified: trunk/Source/WebInspectorUI/ChangeLog (243780 => 243781)
--- trunk/Source/WebInspectorUI/ChangeLog 2019-04-03 00:26:04 UTC (rev 243780)
+++ trunk/Source/WebInspectorUI/ChangeLog 2019-04-03 00:44:42 UTC (rev 243781)
@@ -1,3 +1,17 @@
+2019-04-02 Devin Rousso <[email protected]>
+
+ Web Inspector: Elements: DOM breakpoint icon should stroke when hovering selection area
+ https://bugs.webkit.org/show_bug.cgi?id=196516
+ <rdar://problem/49540494>
+
+ Reviewed by Timothy Hatcher.
+
+ * UserInterface/Views/DOMTreeContentView.css:
+ (body:not(.window-inactive) .content-view.dom-tree .tree-outline.dom:focus li:matches(.selected, .hovered) .status-image.breakpoint,): Added.
+ (body:not(.window-inactive) .content-view.dom-tree .tree-outline.dom:focus li:matches(.selected, .hovered) .status-image.breakpoint.subtree): Added.
+ (body:not(.window-inactive) .content-view.dom-tree .tree-outline.dom:focus li:matches(.selected, :hover) .status-image.breakpoint): Deleted.
+ (body:not(.window-inactive) .content-view.dom-tree .tree-outline.dom:focus li:matches(.selected, :hover) .status-image.breakpoint.subtree): Deleted.
+
2019-04-01 Devin Rousso <[email protected]>
Web Inspector: Debugger: modernize serialization of breakpoints and the maps that hold them
Modified: trunk/Source/WebInspectorUI/UserInterface/Views/DOMTreeContentView.css (243780 => 243781)
--- trunk/Source/WebInspectorUI/UserInterface/Views/DOMTreeContentView.css 2019-04-03 00:26:04 UTC (rev 243780)
+++ trunk/Source/WebInspectorUI/UserInterface/Views/DOMTreeContentView.css 2019-04-03 00:44:42 UTC (rev 243781)
@@ -58,7 +58,7 @@
fill: var(--breakpoint-color);
}
-body:not(.window-inactive) .content-view.dom-tree .tree-outline.dom:focus li:matches(.selected, :hover) .status-image.breakpoint {
+body:not(.window-inactive) .content-view.dom-tree .tree-outline.dom:focus li:matches(.selected, .hovered) .status-image.breakpoint {
stroke: var(--selected-foreground-color);
}
@@ -75,7 +75,7 @@
stroke: var(--breakpoint-color);
}
-body:not(.window-inactive) .content-view.dom-tree .tree-outline.dom:focus li:matches(.selected, :hover) .status-image.breakpoint.subtree {
+body:not(.window-inactive) .content-view.dom-tree .tree-outline.dom:focus li:matches(.selected, .hovered) .status-image.breakpoint.subtree {
stroke: var(--selected-foreground-color);
}
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes