
| Current Path : /var/www/html/rocksensor3/web/core/themes/claro/css/components/ |
Linux ift1.ift-informatik.de 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 |
| Current File : /var/www/html/rocksensor3/web/core/themes/claro/css/components/tablesort-indicator.pcss.css |
/**
* @file
* Tablesort indicator styles.
*/
.tablesort {
position: absolute;
top: 50%;
inset-inline-end: 1rem;
width: 14px;
height: var(--space-m);
margin-block-start: -8px;
opacity: 0.5;
background-image: url(../../images/icons/000f33/sort--inactive.svg);
background-repeat: no-repeat;
background-position: 0 50%;
background-size: auto;
[dir="rtl"] & {
/* Horizontally flip the element. */
transform: scaleX(-1);
}
@media (forced-colors: active) {
background: linktext;
mask-image: url(../../images/icons/000f33/sort--inactive.svg);
mask-repeat: no-repeat;
mask-position: 0 50%;
}
}
.tablesort--asc {
opacity: 1;
background-image: url(../../images/icons/003ecc/sort--asc.svg);
@media (forced-colors: active) {
background: linktext;
mask-image: url(../../images/icons/003ecc/sort--asc.svg);
}
}
.tablesort--desc {
opacity: 1;
background-image: url(../../images/icons/003ecc/sort--desc.svg);
@media (forced-colors: active) {
background: linktext;
mask-image: url(../../images/icons/003ecc/sort--desc.svg);
}
}