mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-16 15:11:25 +00:00
057b235c56
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 |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |