Skip to content
Snippets Groups Projects
Commit 7430fb91 authored by chris's avatar chris
Browse files

test remove svg icon

parent cf7f2918
No related branches found
No related tags found
No related merge requests found
Pipeline #57299 passed with stages
in 4 minutes and 38 seconds
......@@ -14,6 +14,7 @@ const activeStylesSvg = css`
`;
const StyledIconActionContainer = styled.span`
font-variant-numeric: lining-nums proportional-nums;
display: inline-block;
height: 24px;
width: 24px;
......@@ -68,7 +69,8 @@ export default ({ node, getPos }) => {
if (!readOnly) {
return (
<StyledIconActionContainer isActive={isActive}>
<StyledIconAction isActive={isActive} name="mulitpleDropDown" />
1
{/* <StyledIconAction isActive={isActive} name="mulitpleDropDown" /> */}
</StyledIconActionContainer>
);
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment