Version 1
[yaffs-website] / web / core / modules / system / css / components / tablesort.module.css
diff --git a/web/core/modules/system/css/components/tablesort.module.css b/web/core/modules/system/css/components/tablesort.module.css
new file mode 100644 (file)
index 0000000..5e0e711
--- /dev/null
@@ -0,0 +1,19 @@
+/**
+ * @file
+ * Table sort indicator.
+ *
+ * @see tablesort-indicator.html.twig
+ */
+
+.tablesort {
+  width: 16px;
+  height: 16px;
+  display: inline-block;
+  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);
+}