tablesort.module.css

Same filename in this branch
  1. 8.9.x core/themes/stable/css/system/components/tablesort.module.css
Same filename in other branches
  1. 9 core/themes/stable9/css/system/components/tablesort.module.css
  2. 9 core/themes/stable/css/system/components/tablesort.module.css
  3. 9 core/modules/system/css/components/tablesort.module.css
  4. 10 core/themes/stable9/css/system/components/tablesort.module.css
  5. 10 core/modules/system/css/components/tablesort.module.css
  6. 11.x core/themes/stable9/css/system/components/tablesort.module.css
  7. 11.x core/modules/system/css/components/tablesort.module.css

Table sort indicator.

See also

tablesort-indicator.html.twig

File

core/modules/system/css/components/tablesort.module.css

View source
  1. /**
  2. * @file
  3. * Table sort indicator.
  4. *
  5. * @see tablesort-indicator.html.twig
  6. */
  7. .tablesort {
  8. display: inline-block;
  9. width: 16px;
  10. height: 16px;
  11. background-size: 100%;
  12. }
  13. .tablesort--asc {
  14. background-image: url(../../../../misc/icons/787878/twistie-down.svg);
  15. }
  16. .tablesort--desc {
  17. background-image: url(../../../../misc/icons/787878/twistie-up.svg);
  18. }

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.