WebKit Bugzilla
Attachment 372774 Details for
Bug 199166
: Web Inspector: REGRESSION: Elements: the forced pseudo-class indicator isn't visible when hovering
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
bug-199166-20190624113228.patch (text/plain), 1.78 KB, created by
Devin Rousso
on 2019-06-24 11:32:29 PDT
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Devin Rousso
Created:
2019-06-24 11:32:29 PDT
Size:
1.78 KB
patch
obsolete
>diff --git a/Source/WebInspectorUI/ChangeLog b/Source/WebInspectorUI/ChangeLog >index bf69d8096dbbe45b503e04e4cba25dabb7e8c483..2b3bf3554b1103abe27899c1f4495c1bada8a7f6 100644 >--- a/Source/WebInspectorUI/ChangeLog >+++ b/Source/WebInspectorUI/ChangeLog >@@ -1,3 +1,15 @@ >+2019-06-24 Devin Rousso <drousso@apple.com> >+ >+ Web Inspector: REGRESSION: Elements: the forced pseudo-class indicator isn't visible when hovering >+ https://bugs.webkit.org/show_bug.cgi?id=199166 >+ >+ Reviewed by NOBODY (OOPS!). >+ >+ * UserInterface/Views/DOMTreeOutline.css: >+ (.tree-outline.dom:focus li:matches(.hovered, .selected).pseudo-class-enabled > .selection-area::before): Added. >+ (.tree-outline.dom:focus li.selected.pseudo-class-enabled > .selection-area::before): Deleted. >+ Make the forced pseudo-class indicator white when hovering, in addition to when selected. >+ > 2019-06-21 Matt Baker <mattbaker@apple.com> > > Web Inspector: remove unused DataGrid style .force-focus >diff --git a/Source/WebInspectorUI/UserInterface/Views/DOMTreeOutline.css b/Source/WebInspectorUI/UserInterface/Views/DOMTreeOutline.css >index a340188c95e4b26f97b83e343ec5be94237fa6de..02f459bd1648372a939ac8eb64bf879626a307e2 100644 >--- a/Source/WebInspectorUI/UserInterface/Views/DOMTreeOutline.css >+++ b/Source/WebInspectorUI/UserInterface/Views/DOMTreeOutline.css >@@ -158,8 +158,8 @@ body[dir=rtl] .tree-outline.dom li.pseudo-class-enabled > .selection-area::befor > color: white; > } > >-.tree-outline.dom:focus li.selected.pseudo-class-enabled > .selection-area::before { >- background-color: hsl(0, 100%, 100%); >+.tree-outline.dom:focus li:matches(.hovered, .selected).pseudo-class-enabled > .selection-area::before { >+ background-color: white; > } > > .tree-outline.dom:focus li.selected * {
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Formatted Diff
|
Diff
Attachments on
bug 199166
:
372774
|
372842
|
372872
|
372957