mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-19 16:40:48 +00:00
fix(ui): support cmd-click links in inline code (#12552)
This commit is contained in:
parent
72c09e1dcc
commit
d30e917385
2 changed files with 49 additions and 0 deletions
|
|
@ -209,3 +209,8 @@
|
|||
display: block;
|
||||
}
|
||||
}
|
||||
|
||||
[data-component="markdown"] a.external-link:hover > code {
|
||||
text-decoration: underline;
|
||||
text-underline-offset: 2px;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue