Skip to content

Commit

Permalink
fix prop
Browse files Browse the repository at this point in the history
  • Loading branch information
andreadelrio committed Apr 16, 2020
1 parent 78e7f9d commit bd9976e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
.actBulkActionPopover__deleteAll {
color: $euiColorDanger;
.euiButtonEmpty__text {
padding-top: $euiSizeXS;
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ export const AlertQuickEditButtons: React.FunctionComponent<ComponentOpts> = ({
}

return (
<EuiFlexGroup direction="column" gutterSize="none">
<EuiFlexGroup alignItems="baseline" direction="column" gutterSize="none">
{!allAlertsMuted && (
<EuiFlexItem>
<EuiButtonEmpty
Expand Down Expand Up @@ -213,7 +213,8 @@ export const AlertQuickEditButtons: React.FunctionComponent<ComponentOpts> = ({
<EuiButtonEmpty
onClick={deleteSelectedItems}
isLoading={isDeletingAlerts}
icon="trash"
iconType="trash"
color="danger"
isDisabled={isPerformingAction}
data-test-subj="deleteAll"
className="actBulkActionPopover__deleteAll"
Expand Down

0 comments on commit bd9976e

Please sign in to comment.