zed/crates/collab_ui2
Marshall Bowers 057b235c56
Implement VisibleOnHover for IconButton (#3642)
This PR implements the `VisibleOnHover` trait for `IconButton`s.

I noticed that in a lot of places we were wrapping an `IconButton` in an
extra `div` just so we could call `visible_on_hover` on it. By
implementing the trait on `IconButton` directly it allows us to avoid
the interstitial `div` entirely.

Release Notes:

- N/A
2023-12-13 20:42:27 -05:00
..
src Implement VisibleOnHover for IconButton (#3642) 2023-12-13 20:42:27 -05:00
Cargo.toml Port recent_projects to Zed2 (#3525) 2023-12-06 18:41:50 -05:00