]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Docs: fix 'Icon link > Sass utilities API' example (#42498)
authorJulien Déramond <juderamond@gmail.com>
Wed, 10 Jun 2026 19:04:26 +0000 (21:04 +0200)
committerGitHub <noreply@github.com>
Wed, 10 Jun 2026 19:04:26 +0000 (21:04 +0200)
site/src/content/docs/helpers/icon-link.mdx

index 31d92c51e2320d43a46395f5c1b93e9f8415b711..a5f8f53861018ebbb0d8dcddb4ad6e101809d0dd 100644 (file)
@@ -78,7 +78,7 @@ Customize the icon link Sass variables to modify all icon link styles across you
 
 Modify icon links with any of [our link utilities]([[docsref:/utilities/link/]]) for modifying underline color and offset.
 
-<Example code={`<a class="icon-link icon-link-hover link-success link-underline-success link-underline-opacity-25" href="#">
+<Example code={`<a class="icon-link icon-link-hover theme-success underline-success underline-25 underline-offset-3" href="#">
     Icon link
     <svg xmlns="http://www.w3.org/2000/svg" class="bi" viewBox="0 0 16 16" aria-hidden="true">
       <path d="M1 8a.5.5 0 0 1 .5-.5h11.793l-3.147-3.146a.5.5 0 0 1 .708-.708l4 4a.5.5 0 0 1 0 .708l-4 4a.5.5 0 0 1-.708-.708L13.293 8.5H1.5A.5.5 0 0 1 1 8z"/>