icons-descriptions-are-not-displayed-when-using-TAB
[arvados-workbench2.git] / src / components / search-input / search-input.tsx
index da2f3a9b6ab07dccd3691a5e0396ca60ee7f16f8..f2ec2d6439024c066eebb2a0b8a18a0ec4fba901 100644 (file)
@@ -68,12 +68,12 @@ export const SearchInput = withStyles(styles)(
                         onChange={this.handleChange}
                         endAdornment={
                             <InputAdornment position="end">
-                                <IconButton
-                                    onClick={this.handleSubmit}>
-                                    <Tooltip title='Search'>
+                                <Tooltip title='Search'>
+                                    <IconButton
+                                        onClick={this.handleSubmit}>
                                         <SearchIcon />
-                                    </Tooltip>
-                                </IconButton>
+                                    </IconButton>
+                                </Tooltip>
                             </InputAdornment>
                         } />
                 </FormControl>