tablesort-indicator.css
Same filename in this branch
Same filename in other branches
- 8.9.x core/themes/seven/css/components/tablesort-indicator.css
- 8.9.x core/themes/claro/css/components/tablesort-indicator.css
- 8.9.x core/themes/bartik/css/components/tablesort-indicator.css
- 10 core/themes/claro/css/components/tablesort-indicator.css
- 11.x core/themes/claro/css/components/tablesort-indicator.css
Tablesort indicator styles.
File
-
core/
themes/ seven/ css/ components/ tablesort-indicator.css
View source
- /**
- * @file
- * Tablesort indicator styles.
- */
-
- .tablesort {
- float: right; /* LTR */
- width: 10px;
- height: 10px;
- margin-top: 5px;
- }
- [dir="rtl"] .tablesort {
- float: left;
- }
- .tablesort--asc {
- background-image: url(../../../../misc/icons/004875/twistie-down.svg);
- }
- a:hover .tablesort--asc {
- background-image: url(../../../../misc/icons/008ee6/twistie-down.svg);
- }
- .tablesort--desc {
- background-image: url(../../../../misc/icons/004875/twistie-up.svg);
- }
- a:hover .tablesort--desc {
- background-image: url(../../../../misc/icons/008ee6/twistie-up.svg);
- }
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.