Merge branch 'dk/2910-arrow-spacing-on-tables' into dk/3165-sort-bundle

This commit is contained in:
David Kennedy 2024-12-23 11:13:30 -05:00
commit a229830c7b
No known key found for this signature in database
GPG key ID: 6528A5386E66B96B

View file

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