diff --git a/core/modules/system/system.libraries.yml b/core/modules/system/system.libraries.yml
index 9493f52..f66cb4f 100644
--- a/core/modules/system/system.libraries.yml
+++ b/core/modules/system/system.libraries.yml
@@ -20,9 +20,6 @@ base:
       css/components/sticky-header.module.css: { weight: -10 }
       css/components/tabledrag.module.css: { weight: -10 }
     theme:
-      css/components/action-links.theme.css: { weight: -10 }
-      css/components/breadcrumb.theme.css: { weight: -10 }
-      css/components/button.theme.css: { weight: -10 }
       css/components/collapse-processed.theme.css: { weight: -10 }
       css/components/container-inline.theme.css: { weight: -10 }
       css/components/details.theme.css: { weight: -10 }
diff --git a/core/themes/classy/classy.libraries.yml b/core/themes/classy/classy.libraries.yml
index af0f891..1682b79 100644
--- a/core/themes/classy/classy.libraries.yml
+++ b/core/themes/classy/classy.libraries.yml
@@ -27,3 +27,21 @@ search.results:
   css:
     theme:
       css/search/search.theme.css: {}
+
+action-links:
+  version: VERSION
+  css:
+    theme:
+      css/components/action-links.theme.css: {}
+
+breadcrumb:
+  version: VERSION
+  css:
+    theme:
+      css/components/breadcrumb.theme.css: {}
+
+button:
+  version: VERSION
+  css:
+    theme:
+      css/components/button.theme.css: {}
diff --git a/core/modules/system/css/components/action-links.theme.css b/core/themes/classy/css/components/action-links.theme.css
similarity index 100%
rename from core/modules/system/css/components/action-links.theme.css
rename to core/themes/classy/css/components/action-links.theme.css
diff --git a/core/modules/system/css/components/breadcrumb.theme.css b/core/themes/classy/css/components/breadcrumb.theme.css
similarity index 100%
rename from core/modules/system/css/components/breadcrumb.theme.css
rename to core/themes/classy/css/components/breadcrumb.theme.css
diff --git a/core/modules/system/css/components/button.theme.css b/core/themes/classy/css/components/button.theme.css
similarity index 100%
rename from core/modules/system/css/components/button.theme.css
rename to core/themes/classy/css/components/button.theme.css
diff --git a/core/themes/classy/templates/navigation/breadcrumb.html.twig b/core/themes/classy/templates/navigation/breadcrumb.html.twig
index 7dc08c5..ca1360a 100644
--- a/core/themes/classy/templates/navigation/breadcrumb.html.twig
+++ b/core/themes/classy/templates/navigation/breadcrumb.html.twig
@@ -7,6 +7,7 @@
  * - breadcrumb: Breadcrumb trail items.
  */
 #}
+{{ attach_library('classy/breadcrumb') }}
 {% if breadcrumb %}
   <nav class="breadcrumb" role="navigation" aria-labelledby="system-breadcrumb">
     <h2 id="system-breadcrumb" class="visually-hidden">{{ 'Breadcrumb'|t }}</h2>
