diff --git a/app/webpacker/css/admin/v2/components/buttons.scss b/app/webpacker/css/admin/v2/components/buttons.scss index e667fef515..90a4a70184 100644 --- a/app/webpacker/css/admin/v2/components/buttons.scss +++ b/app/webpacker/css/admin/v2/components/buttons.scss @@ -62,7 +62,6 @@ fieldset .filter-actions .button:hover, } } -#table-filter fieldset:has(.actions) { - // do not apply border to filter actions as it's drawn by the #table-filter .actions before and after pseudo elements +#table-filter fieldset { border-bottom: 0; }