mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-14 21:44:08 +02:00
Merge branch 'dk/2910-arrow-spacing-on-tables' into dk/3165-sort-bundle
This commit is contained in:
commit
a229830c7b
1 changed files with 7 additions and 1 deletions
|
@ -88,8 +88,14 @@ th {
|
||||||
}
|
}
|
||||||
|
|
||||||
@include at-media(tablet-lg) {
|
@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;
|
right: auto;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue