From c501eac13392b7cb7b9a88742a8e227b5d53681a Mon Sep 17 00:00:00 2001 From: Rachid Mrad Date: Wed, 19 Feb 2025 12:13:39 -0500 Subject: [PATCH] simplify css selectors --- src/registrar/assets/src/sass/_theme/_tables.scss | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/registrar/assets/src/sass/_theme/_tables.scss b/src/registrar/assets/src/sass/_theme/_tables.scss index c050f21f1..614d0348e 100644 --- a/src/registrar/assets/src/sass/_theme/_tables.scss +++ b/src/registrar/assets/src/sass/_theme/_tables.scss @@ -103,8 +103,7 @@ th { } } @include at-media(tablet-lg) { - th[data-sortable]:not(.left-align-sort-button) .usa-table__header__button, - th[data-sortable]:not(.left-align-sort-button) .usa-table__header__button:not([aria-sort]) { + th[data-sortable]:not(.left-align-sort-button) .usa-table__header__button { // position next to the copy right: auto; // slide left to mock a margin between the copy and the icon