diff options
| author | Kit Langton <[email protected]> | 2026-02-13 14:57:38 -0500 |
|---|---|---|
| committer | GitHub <[email protected]> | 2026-02-13 13:57:38 -0600 |
| commit | d30e91738570ee9ea06ca6f2d49bdae65b0ff3ec (patch) | |
| tree | bb21f9e2ec870d36670fa8ea7ead2c31ca02faad /packages/ui/src/components/markdown.css | |
| parent | 72c09e1dcceee8b38476b3541852436fa045b2be (diff) | |
| download | opencode-d30e91738570ee9ea06ca6f2d49bdae65b0ff3ec.tar.gz opencode-d30e91738570ee9ea06ca6f2d49bdae65b0ff3ec.zip | |
fix(ui): support cmd-click links in inline code (#12552)
Diffstat (limited to 'packages/ui/src/components/markdown.css')
| -rw-r--r-- | packages/ui/src/components/markdown.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/packages/ui/src/components/markdown.css b/packages/ui/src/components/markdown.css index 68ae93bda..27c8f238d 100644 --- a/packages/ui/src/components/markdown.css +++ b/packages/ui/src/components/markdown.css @@ -209,3 +209,8 @@ display: block; } } + +[data-component="markdown"] a.external-link:hover > code { + text-decoration: underline; + text-underline-offset: 2px; +} |
