Code review comment for lp:~ahayzen/ubuntu-ui-extras/tabs-add-dnd

Revision history for this message
Andrew Hayzen (ahayzen) wrote :

I wonder if it should be
visible: !Window.active || dimmed
or
visible: !Window.active || (dimmed && !dropArea.containsDrag)

For the Rectangle dimming the TabBar

« Back to merge proposal