diff --git a/app/webpacker/css/admin/v2/components/buttons.scss b/app/webpacker/css/admin/v2/components/buttons.scss index 6dd89fd62a..e667fef515 100644 --- a/app/webpacker/css/admin/v2/components/buttons.scss +++ b/app/webpacker/css/admin/v2/components/buttons.scss @@ -14,6 +14,8 @@ select[type="button"], button:not(.no-text), .button, .actions a:not(.no-text), +fieldset .filter-actions button, // Be more specific to be sure to override the form button style (with a white border) +fieldset .filter-actions .button:hover, .admin__section-header .ofn-drop-down // Same behavior as the button { @include backgroundAndBorder($v2-blue-light);