Skip to content

Commit

Permalink
[ES|QL] Use the border indicator in the resizable button (#175661)
Browse files Browse the repository at this point in the history
## Summary

Closes #171379

Uses the new border indicator in the editor

![image
(19)](https://github.com/elastic/kibana/assets/17003240/d4f8a8ba-6686-454b-bafc-8d286bda3c1b)
  • Loading branch information
stratoula authored Jan 26, 2024
1 parent 2331a4c commit 6842b77
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/kbn-text-based-editor/src/resizable_button.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ export function ResizableButton({
onMouseDown={onMouseDownResizeHandler}
onKeyDown={onKeyDownResizeHandler}
onTouchStart={onMouseDownResizeHandler}
indicator="border"
css={css`
position: ${editorIsInline ? 'relative' : 'absolute'};
bottom: 0;
Expand Down

0 comments on commit 6842b77

Please sign in to comment.