| Summary: | Web Inspector: Network: background color of rows from previous session is wrong | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | WebKit | Reporter: | Devin Rousso <hi> | ||||||
| Component: | Web Inspector | Assignee: | Nobody <webkit-unassigned> | ||||||
| Status: | RESOLVED FIXED | ||||||||
| Severity: | Normal | CC: | fbucchi, hi, inspector-bugzilla-changes, webkit-bug-importer | ||||||
| Priority: | P2 | Keywords: | InRadar | ||||||
| Version: | WebKit Nightly Build | ||||||||
| Hardware: | All | ||||||||
| OS: | All | ||||||||
| Attachments: |
|
||||||||
|
Description
Devin Rousso
2020-10-21 16:26:27 PDT
Created attachment 412509 [details]
Web Inspector: Network: Fix background color of rows from previous session
Comment on attachment 412509 [details] Web Inspector: Network: Fix background color of rows from previous session View in context: https://bugs.webkit.org/attachment.cgi?id=412509&action=review r=me > Source/WebInspectorUI/UserInterface/Views/NetworkTableContentView.css:53 > +.network-table > .table li:not(.filler, .selected) .cell:not(.current-session):not(.name) { `:not(.name, .current-session)`? > Source/WebInspectorUI/UserInterface/Views/NetworkTableContentView.css:61 > +.network-table > .table li:not(.filler) .cell.name:not(.current-session) > * { What about `.selected`? I'm actually kinda OK with the idea of still having it be slightly transparent when selected, but probably not this much. ``` .network-table > .table li:not(.filler).selected .cell.name:not(.current-session) > * { opacity: 0.8; } ``` Created attachment 412571 [details]
Web Inspector: Network: Fix background color of rows from previous session
Comment on attachment 412571 [details]
Web Inspector: Network: Fix background color of rows from previous session
r=me
Committed r269127: <https://trac.webkit.org/changeset/269127> All reviewed patches have been landed. Closing bug and clearing flags on attachment 412571 [details]. |