Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x

tablesort.module.css

Same filename in this branch
  1. 11.1.x core/themes/stable9/css/system/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. }
RSS feed
Powered by Drupal