]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Docs: remove unused `.bd-file-ref` class (#42091)
authorJulien Déramond <juderamond@gmail.com>
Sat, 21 Feb 2026 14:10:32 +0000 (15:10 +0100)
committerGitHub <noreply@github.com>
Sat, 21 Feb 2026 14:10:32 +0000 (15:10 +0100)
site/src/components/shortcodes/JsDocs.astro
site/src/components/shortcodes/ScssDocs.astro

index fc9a3313167ebd4936d60350e71650fa3766d9b7..dfdd67aa2682a75a40b530a9dee13aa62eb5410f 100644 (file)
@@ -52,7 +52,7 @@ try {
 }
 ---
 
-<Code containerClass="bd-example-snippet bd-code-snippet bd-file-ref" code={content} lang="js">
+<Code containerClass="bd-example-snippet bd-code-snippet" code={content} lang="js">
   <div slot="pre" class="d-flex align-items-center highlight-toolbar ps-3 pe-2 py-1 border-bottom">
     <a
       class="text-decoration-none color-body"
index 59cad872f68989c5a552716b46e1a60a01860282..ac89991a9b8d04879488281af79e46faae0e1e15 100644 (file)
@@ -54,7 +54,7 @@ try {
 }
 ---
 
-<Code containerClass="bd-example-snippet bd-file-ref" code={content} lang="scss">
+<Code containerClass="bd-example-snippet" code={content} lang="scss">
   <div slot="pre" class="d-flex align-items-center highlight-toolbar ps-3 pe-2 py-1 border-bottom">
     <a
       class="text-decoration-none color-body"