fix(widget-markdown): improve UX in Markdown editor - link editing and selected heading underline (#5104)
This commit is contained in:
@ -65,6 +65,9 @@ function StyledMenuItem({ isActive, isCheckedItem = false, ...props }) {
|
||||
color: ${colors.active};
|
||||
background-color: ${colors.activeBackground};
|
||||
}
|
||||
&.active {
|
||||
text-decoration: underline;
|
||||
}
|
||||
`}
|
||||
{...props}
|
||||
/>
|
||||
|
Reference in New Issue
Block a user