Bug 234246 - Web Inspector: Computed Panel: Adjust color of CSS Variables grouping mode control
Summary: Web Inspector: Computed Panel: Adjust color of CSS Variables grouping mode co...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (show other bugs)
Version: WebKit Nightly Build
Hardware: All All
: P2 Normal
Assignee: Razvan Caliman
URL:
Keywords: InRadar
Depends on: 233563
Blocks:
  Show dependency treegraph
 
Reported: 2021-12-13 08:59 PST by Razvan Caliman
Modified: 2021-12-14 07:50 PST (History)
5 users (show)

See Also:


Attachments
Screenshot before patch (96.73 KB, image/png)
2021-12-13 09:01 PST, Razvan Caliman
no flags Details
Screenshot with patch applied (93.78 KB, image/png)
2021-12-13 09:01 PST, Razvan Caliman
no flags Details
[fast-cq] Patch 1.0 (3.05 KB, patch)
2021-12-13 09:04 PST, Razvan Caliman
no flags Details | Formatted Diff | Diff
[fast-cq] Patch 1.1 (2.83 KB, patch)
2021-12-14 07:35 PST, Razvan Caliman
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Razvan Caliman 2021-12-13 08:59:58 PST
Selected items show up in bright blue which draws disproportionate attention.
Comment 1 Razvan Caliman 2021-12-13 09:01:14 PST
Created attachment 447011 [details]
Screenshot before patch
Comment 2 Radar WebKit Bug Importer 2021-12-13 09:01:29 PST
<rdar://problem/86414682>
Comment 3 Razvan Caliman 2021-12-13 09:01:34 PST
Created attachment 447012 [details]
Screenshot with patch applied
Comment 4 Razvan Caliman 2021-12-13 09:04:46 PST
Created attachment 447013 [details]
[fast-cq] Patch 1.0

Minor design tweak. Follow-up to Bug 233563
Comment 5 Devin Rousso 2021-12-13 10:22:26 PST
Comment on attachment 447013 [details]
[fast-cq] Patch 1.0

View in context: https://bugs.webkit.org/attachment.cgi?id=447013&action=review

r=me

> Source/WebInspectorUI/UserInterface/Views/ComputedStyleDetailsPanel.css:76
> +    --scope-bar-background-color-override: unset;

Is this actually needed?  This rule should never overlap with the one above, so it shouldn't be necessary to `unset` this.
Comment 6 Razvan Caliman 2021-12-14 07:35:01 PST
Created attachment 447131 [details]
[fast-cq] Patch 1.1
Comment 7 Razvan Caliman 2021-12-14 07:35:32 PST
Comment on attachment 447013 [details]
[fast-cq] Patch 1.0

View in context: https://bugs.webkit.org/attachment.cgi?id=447013&action=review

>> Source/WebInspectorUI/UserInterface/Views/ComputedStyleDetailsPanel.css:76
>> +    --scope-bar-background-color-override: unset;
> 
> Is this actually needed?  This rule should never overlap with the one above, so it shouldn't be necessary to `unset` this.

You're right. This is not necessary.
Comment 8 EWS 2021-12-14 07:50:52 PST
Committed r287022 (?): <https://commits.webkit.org/r287022>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 447131 [details].