From bd9976ec32d54dd7b87115a1edf0e2718928f9d5 Mon Sep 17 00:00:00 2001 From: Andrea Del Rio Date: Thu, 16 Apr 2020 14:44:24 -0700 Subject: [PATCH] fix prop --- .../sections/common/components/alert_quick_edit_buttons.scss | 4 +++- .../sections/common/components/alert_quick_edit_buttons.tsx | 5 +++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/common/components/alert_quick_edit_buttons.scss b/x-pack/plugins/triggers_actions_ui/public/application/sections/common/components/alert_quick_edit_buttons.scss index 72de1d58488ed..a5b4cc258c1b5 100644 --- a/x-pack/plugins/triggers_actions_ui/public/application/sections/common/components/alert_quick_edit_buttons.scss +++ b/x-pack/plugins/triggers_actions_ui/public/application/sections/common/components/alert_quick_edit_buttons.scss @@ -1,3 +1,5 @@ .actBulkActionPopover__deleteAll { - color: $euiColorDanger; + .euiButtonEmpty__text { + padding-top: $euiSizeXS; + } } diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/common/components/alert_quick_edit_buttons.tsx b/x-pack/plugins/triggers_actions_ui/public/application/sections/common/components/alert_quick_edit_buttons.tsx index 149ebb9f931f5..11e4daff857e0 100644 --- a/x-pack/plugins/triggers_actions_ui/public/application/sections/common/components/alert_quick_edit_buttons.tsx +++ b/x-pack/plugins/triggers_actions_ui/public/application/sections/common/components/alert_quick_edit_buttons.tsx @@ -148,7 +148,7 @@ export const AlertQuickEditButtons: React.FunctionComponent = ({ } return ( - + {!allAlertsMuted && ( = ({