reorganize search bar, enable filters and disable select all during invalid states
Co-authored-by: Piotr <piotr@zed.dev>
This commit is contained in:
parent
32bec2e401
commit
11ecb7b604
4 changed files with 162 additions and 171 deletions
|
@ -380,7 +380,7 @@ pub struct Search {
|
|||
pub invalid_include_exclude_editor: ContainerStyle,
|
||||
pub include_exclude_inputs: ContainedText,
|
||||
pub option_button: Toggleable<Interactive<ContainedText>>,
|
||||
pub action_button: Interactive<ContainedText>,
|
||||
pub action_button: Toggleable<Interactive<ContainedText>>,
|
||||
pub match_background: Color,
|
||||
pub match_index: ContainedText,
|
||||
pub major_results_status: TextStyle,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue