condensed version

This commit is contained in:
David Kennedy 2024-12-23 10:57:53 -05:00
parent fcf842853f
commit e2cc041fee
No known key found for this signature in database
GPG key ID: 6528A5386E66B96B

View file

@ -88,16 +88,14 @@ th {
}
@include at-media(tablet-lg) {
th[data-sortable]:not([aria-sort]) .usa-table__header__button {
right: auto;
}
th[data-sortable][aria-sort=ascending] .usa-table__header__button {
right: auto;
}
th[data-sortable][aria-sort=descending] .usa-table__header__button {
th[data-sortable] .usa-table__header__button {
right: auto;
&[aria-sort=ascending],
&[aria-sort=descending],
&:not([aria-sort]) {
right: auto;
}
}
}
}