zed/crates/editor2
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 WIP 2023-11-13 15:53:04 -08:00