[Webkit-unassigned] [Bug 218058] Web Inspector: Network: background color of rows from previous session is wrong

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 28 10:49:37 PDT 2020


https://bugs.webkit.org/show_bug.cgi?id=218058

Devin Rousso <drousso at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #412509|review?                     |review+
              Flags|                            |

--- Comment #3 from Devin Rousso <drousso at apple.com> ---
Comment on attachment 412509
  --> https://bugs.webkit.org/attachment.cgi?id=412509
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;
    }
```

-- 
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/20201028/18c7b201/attachment.htm>


More information about the webkit-unassigned mailing list