mirror of
https://github.com/zed-industries/zed.git
synced 2025-02-06 02:37:21 +00:00
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 |