Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove shift caused by the Exclude filter button (#2265)
Previously, the Exclude button was removed from the the element tree entirely until the group is hovered. Only when the group is hovered, the button element was being switched to a proper display form. This has caused the layout shift which was very visible when quickly moving cursor over the filter options. This commit makes it so that the Exclude button is always in its proper display form (flex), however is transparent until the group is hovered. The repeated transparency classes were removed from the icon as well to prevent jarringly-looking double transition.
- Loading branch information