Add dismiss buffer search button & fix some faulty icon button styling

Co-Authored-By: Nate Butler <nate@zed.dev>
This commit is contained in:
Julia 2023-01-01 23:50:46 -05:00
parent eeb21af841
commit 2b1118f597
7 changed files with 119 additions and 69 deletions

View file

@ -4038,7 +4038,7 @@ pub struct RenderContext<'a, T: View> {
pub refreshing: bool,
}
#[derive(Clone, Default)]
#[derive(Debug, Clone, Default)]
pub struct MouseState {
hovered: bool,
clicked: Option<MouseButton>,