fix(widget-markdown): improve UX in Markdown editor - link editing and selected heading underline (#5104)

This commit is contained in:
Arpad Gabor
2021-04-01 17:32:10 +03:00
committed by GitHub
parent fb543bd929
commit dde1a9db54
4 changed files with 33 additions and 17 deletions

View File

@ -65,6 +65,9 @@ function StyledMenuItem({ isActive, isCheckedItem = false, ...props }) {
color: ${colors.active};
background-color: ${colors.activeBackground};
}
&.active {
text-decoration: underline;
}
`}
{...props}
/>