WebKit Bugzilla
Attachment 357776 Details for
Bug 192915
: Web Inspector: "E" icon on debugger dashboard is too close to current function name
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
patch.txt (text/plain), 2.17 KB, created by
Nikita Vasilyev
on 2018-12-19 21:35:02 PST
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Nikita Vasilyev
Created:
2018-12-19 21:35:02 PST
Size:
2.17 KB
patch
obsolete
>diff --git a/Source/WebInspectorUI/ChangeLog b/Source/WebInspectorUI/ChangeLog >index 7b97204a245..a3cd2267e12 100644 >--- a/Source/WebInspectorUI/ChangeLog >+++ b/Source/WebInspectorUI/ChangeLog >@@ -1,3 +1,18 @@ >+2018-12-19 Nikita Vasilyev <nvasilyev@apple.com> >+ >+ Web Inspector: "E" icon on debugger dashboard is too close to current function name >+ https://bugs.webkit.org/show_bug.cgi?id=192915 >+ >+ Reviewed by NOBODY (OOPS!). >+ >+ * UserInterface/Views/DebuggerDashboardView.css: >+ (.dashboard.debugger > .location): >+ (body[dir=ltr] .dashboard.debugger > .location :matches(.function-icon, .event-listener-icon)): >+ (body[dir=rtl] .dashboard.debugger > .location :matches(.function-icon, .event-listener-icon)): >+ (.dashboard.debugger > .location .function-icon): Deleted. >+ (body[dir=ltr] .dashboard.debugger > .location .function-icon): Deleted. >+ (body[dir=rtl] .dashboard.debugger > .location .function-icon): Deleted. >+ > 2018-12-19 Matt Baker <mattbaker@apple.com> > > Web Inspector: Elements tab: arrow key after undoing a DOM node delete selects the wrong element >diff --git a/Source/WebInspectorUI/UserInterface/Views/DebuggerDashboardView.css b/Source/WebInspectorUI/UserInterface/Views/DebuggerDashboardView.css >index 37a3310870a..65ebc5828ed 100644 >--- a/Source/WebInspectorUI/UserInterface/Views/DebuggerDashboardView.css >+++ b/Source/WebInspectorUI/UserInterface/Views/DebuggerDashboardView.css >@@ -157,15 +157,15 @@ body[dir=rtl] .dashboard.debugger > .location > :last-child { > height: 16px; > } > >-.dashboard.debugger > .location .function-icon { >+.dashboard.debugger > .location { > --debugger-dashboard-function-icon-margin-end: 3px; > } > >-body[dir=ltr] .dashboard.debugger > .location .function-icon { >+body[dir=ltr] .dashboard.debugger > .location :matches(.function-icon, .event-listener-icon) { > margin-right: var(--debugger-dashboard-function-icon-margin-end); > } > >-body[dir=rtl] .dashboard.debugger > .location .function-icon { >+body[dir=rtl] .dashboard.debugger > .location :matches(.function-icon, .event-listener-icon) { > margin-left: var(--debugger-dashboard-function-icon-margin-end); > } >
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 192915
: 357776 |
357777