mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
parent
e8baa9920c
commit
15dc75cc51
1 changed files with 2 additions and 4 deletions
|
@ -6,17 +6,15 @@
|
|||
|
||||
import { EuiIcon } from '@elastic/eui';
|
||||
import React from 'react';
|
||||
import { units } from '../../style/variables';
|
||||
|
||||
export function Ellipsis({ horizontal }: { horizontal: boolean }) {
|
||||
return (
|
||||
<EuiIcon
|
||||
style={{
|
||||
transition: 'transform 0.1s',
|
||||
transform: `rotate(${horizontal ? 90 : 0}deg)`,
|
||||
marginRight: units.half
|
||||
transform: `rotate(${horizontal ? 90 : 0}deg)`
|
||||
}}
|
||||
type="boxesVertical"
|
||||
type="arrowRight"
|
||||
/>
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue