mirror of https://github.com/docker/docs.git
fix: add no-select to external link icon
Prevents users from having the icon ligature text included in clipboard text when copying text from the docs site. Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
This commit is contained in:
parent
84ee7884e7
commit
0eca2035e7
|
@ -7,7 +7,7 @@
|
|||
target="_blank"
|
||||
rel="noopener"
|
||||
>{{ .Text | safeHTML }}<span
|
||||
class="ml-1 align-top text-[1em] material-symbols-rounded"
|
||||
class="select-none ml-1 align-top text-[1em] material-symbols-rounded"
|
||||
>open_in_new</span
|
||||
></a
|
||||
>
|
||||
|
|
Loading…
Reference in New Issue