Merge branch 'main' into fix-broken-lsp-installations
This commit is contained in:
commit
48bed2ee03
516 changed files with 12747 additions and 3368 deletions
|
@ -321,7 +321,7 @@ impl View for ActivityIndicator {
|
|||
let mut element = MouseEventHandler::<Self, _>::new(0, cx, |state, cx| {
|
||||
let theme = &theme::current(cx).workspace.status_bar.lsp_status;
|
||||
let style = if state.hovered() && on_click.is_some() {
|
||||
theme.hover.as_ref().unwrap_or(&theme.default)
|
||||
theme.hovered.as_ref().unwrap_or(&theme.default)
|
||||
} else {
|
||||
&theme.default
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue