diff options
author | nod_ <nod_@598310.no-reply.drupal.org> | 2025-04-16 14:03:17 +0200 |
---|---|---|
committer | nod_ <nod_@598310.no-reply.drupal.org> | 2025-04-16 14:03:17 +0200 |
commit | 416632865a9b1e2daf0a20437f55a5f3d02ac82f (patch) | |
tree | 8b85dcb36c24483e96873ce22fe0bd298208e64f /core/modules | |
parent | 1d496dff40960cd0b97100d2218b3e1f4962c437 (diff) | |
download | drupal-416632865a9b1e2daf0a20437f55a5f3d02ac82f.tar.gz drupal-416632865a9b1e2daf0a20437f55a5f3d02ac82f.zip |
Issue #3432244 by catch, dcam, xamount, nod_, smustgrave: Split tablesort.module.css out to its own library and attach it via tablesort
Diffstat (limited to 'core/modules')
-rw-r--r-- | core/modules/system/css/components/tablesort.module.css | 19 | ||||
-rw-r--r-- | core/modules/system/system.libraries.yml | 1 |
2 files changed, 0 insertions, 20 deletions
diff --git a/core/modules/system/css/components/tablesort.module.css b/core/modules/system/css/components/tablesort.module.css deleted file mode 100644 index f531ae01f3c..00000000000 --- a/core/modules/system/css/components/tablesort.module.css +++ /dev/null @@ -1,19 +0,0 @@ -/** - * @file - * Table sort indicator. - * - * @see tablesort-indicator.html.twig - */ - -.tablesort { - display: inline-block; - width: 16px; - height: 16px; - background-size: 100%; -} -.tablesort--asc { - background-image: url(../../../../misc/icons/787878/twistie-down.svg); -} -.tablesort--desc { - background-image: url(../../../../misc/icons/787878/twistie-up.svg); -} diff --git a/core/modules/system/system.libraries.yml b/core/modules/system/system.libraries.yml index 43ba61011fc..03baf83d3bb 100644 --- a/core/modules/system/system.libraries.yml +++ b/core/modules/system/system.libraries.yml @@ -11,7 +11,6 @@ base: css/components/js.module.css: { weight: -10 } css/components/position-container.module.css: { weight: -10 } css/components/reset-appearance.module.css: { weight: -10 } - css/components/tablesort.module.css: { weight: -10 } admin: version: VERSION |