WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
[patch]
Patch
patch.txt (text/plain), 1.92 KB, created by
Nikita Vasilyev
on 2019-03-21 16:20:02 PDT
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Nikita Vasilyev
Created:
2019-03-21 16:20:02 PDT
Size:
1.92 KB
patch
obsolete
>diff --git a/Source/WebInspectorUI/ChangeLog b/Source/WebInspectorUI/ChangeLog >index 43d48abaec8..ac2c850dfe2 100644 >--- a/Source/WebInspectorUI/ChangeLog >+++ b/Source/WebInspectorUI/ChangeLog >@@ -1,3 +1,15 @@ >+2019-03-21 Nikita Vasilyev <nvasilyev@apple.com> >+ >+ Web Inspector: Use CSS variables for text color in Computed panel >+ https://bugs.webkit.org/show_bug.cgi?id=196117 >+ >+ Reviewed by NOBODY (OOPS!). >+ >+ * UserInterface/Views/ComputedStyleSection.css: >+ (.computed-style-section): >+ (.computed-style-section .computed-property-item .property-trace-item .selector): >+ (.computed-style-section .computed-property-item .go-to-link): >+ > 2019-03-16 Nikita Vasilyev <nvasilyev@apple.com> > > Web Inspector: Changes: style attribute changes aren't being tracked >diff --git a/Source/WebInspectorUI/UserInterface/Views/ComputedStyleSection.css b/Source/WebInspectorUI/UserInterface/Views/ComputedStyleSection.css >index 2c9c44441ca..9a334ca4706 100644 >--- a/Source/WebInspectorUI/UserInterface/Views/ComputedStyleSection.css >+++ b/Source/WebInspectorUI/UserInterface/Views/ComputedStyleSection.css >@@ -25,7 +25,7 @@ > > .computed-style-section { > padding-bottom: 3px; >- color: hsl(0, 0%, 70%); >+ color: var(--text-color-tertiary); > -webkit-user-select: text; > } > >@@ -132,7 +132,7 @@ body[dir=rtl] .computed-style-section .computed-property-item .disclosure-button > } > > .computed-style-section .computed-property-item .property-trace-item .selector { >- color: hsl(0, 0%, 50%); >+ color: var(--text-color-secondary); > } > > .computed-style-section .computed-property-item .origin { >@@ -143,7 +143,7 @@ body[dir=rtl] .computed-style-section .computed-property-item .disclosure-button > } > > .computed-style-section .computed-property-item .go-to-link { >- color: hsl(0, 0%, 50%); >+ color: var(--text-color-secondary); > } > > .computed-style-section .property-trace-item .property .name,
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 196117
: 365636 |
365638
|
365640