WebKit Bugzilla
Attachment 362177 Details for
Bug 194729
: Web Inspector: Dark Mode: commas in CSS selectors are too dim
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
patch.txt (text/plain), 1.43 KB, created by
Nikita Vasilyev
on 2019-02-15 16:18:26 PST
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Nikita Vasilyev
Created:
2019-02-15 16:18:26 PST
Size:
1.43 KB
patch
obsolete
>diff --git a/Source/WebInspectorUI/ChangeLog b/Source/WebInspectorUI/ChangeLog >index e2c797b3cb0..83016bdaa7b 100644 >--- a/Source/WebInspectorUI/ChangeLog >+++ b/Source/WebInspectorUI/ChangeLog >@@ -1,3 +1,15 @@ >+2019-02-15 Nikita Vasilyev <nvasilyev@apple.com> >+ >+ Web Inspector: Dark Mode: commas in CSS selectors are too dim >+ https://bugs.webkit.org/show_bug.cgi?id=194729 >+ >+ Reviewed by NOBODY (OOPS!). >+ >+ * UserInterface/Views/SpreadsheetCSSStyleDeclarationSection.css: >+ (@media (prefers-color-scheme: dark)): >+ (.spreadsheet-css-declaration): >+ Remove the color added by mistake in r236237. >+ > 2019-02-15 Nikita Vasilyev <nvasilyev@apple.com> > > Web Inspector: Styles: valid values in style attributes are reported as unsupported property values >diff --git a/Source/WebInspectorUI/UserInterface/Views/SpreadsheetCSSStyleDeclarationSection.css b/Source/WebInspectorUI/UserInterface/Views/SpreadsheetCSSStyleDeclarationSection.css >index 620f6274383..28542211065 100644 >--- a/Source/WebInspectorUI/UserInterface/Views/SpreadsheetCSSStyleDeclarationSection.css >+++ b/Source/WebInspectorUI/UserInterface/Views/SpreadsheetCSSStyleDeclarationSection.css >@@ -137,7 +137,6 @@ > .spreadsheet-css-declaration { > background: var(--background-color-code); > color: var(--text-color-tertiary); >- color: hsl(0, 0%, 30%); > border-bottom-color: var(--text-color-quaternary); > } >
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 194729
:
362175
|
362177
|
362180
|
362181
|
362191