[Webkit-unassigned] [Bug 215681] New: Web Inspector: Elements: Styles: don't show swatches for properties that aren't used/apply
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Aug 19 20:03:41 PDT 2020
https://bugs.webkit.org/show_bug.cgi?id=215681
Bug ID: 215681
Summary: Web Inspector: Elements: Styles: don't show swatches
for properties that aren't used/apply
Product: WebKit
Version: WebKit Nightly Build
Hardware: All
OS: All
Status: NEW
Severity: Normal
Priority: P2
Component: Web Inspector
Assignee: webkit-unassigned at lists.webkit.org
Reporter: drousso at apple.com
CC: inspector-bugzilla-changes at group.apple.com
Depends on: 215680
a common pattern in CSS is to have two of the same property next to each other, the earlier intended as a fallback for the latter
```
color: black;
color: var(--color);
```
showing a swatch in front of the former property isn't all that useful as it's not used/applied and just adds to the confusion of what is used/applied (especially after bug 215680)
Referenced Bugs:
https://bugs.webkit.org/show_bug.cgi?id=215680
[Bug 215680] Web Inspector: Elements: Styles: grey out properties that aren't used/apply
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20200820/bd6fe357/attachment.htm>
More information about the webkit-unassigned
mailing list