tablesort.module.css
Same filename in this branch
Same filename in other branches
- 9 core/themes/stable9/css/system/components/tablesort.module.css
- 9 core/themes/stable/css/system/components/tablesort.module.css
- 9 core/modules/system/css/components/tablesort.module.css
- 8.9.x core/themes/stable/css/system/components/tablesort.module.css
- 8.9.x core/modules/system/css/components/tablesort.module.css
- 11.x core/themes/stable9/css/system/components/tablesort.module.css
- 11.x core/modules/system/css/components/tablesort.module.css
Table sort indicator.
See also
File
-
core/
modules/ system/ css/ components/ tablesort.module.css
View source
- /**
- * @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);
- }
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.