= (props) => {
style={{ backgroundColor: 'transparent' }}
readOnly
>
- theme.eui.euiFormBackgroundColor};
- background-image: linear-gradient(
- to top,
- ${({ theme }) => theme.eui.euiFocusRingColor},
- ${({ theme }) => theme.eui.euiFocusRingColor} 2px,
- transparent 2px,
- transparent 100%
- );
- background-size: 100% 100%;
- }
- }
- }
- .euiFormControlLayoutIcons {
- left: unset;
- right: 12px;
- }
- }
-`;
-
interface SearchTimelineSuperSelectProps {
isDisabled: boolean;
hideUntitled?: boolean;
@@ -105,7 +72,7 @@ const SearchTimelineSuperSelectComponent: React.FC
-
+
);
};
diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/action_connector_form/action_notify_when.tsx b/x-pack/plugins/triggers_actions_ui/public/application/sections/action_connector_form/action_notify_when.tsx
index 6be43f797b7a4..c1a34bdd146e5 100644
--- a/x-pack/plugins/triggers_actions_ui/public/application/sections/action_connector_form/action_notify_when.tsx
+++ b/x-pack/plugins/triggers_actions_ui/public/application/sections/action_connector_form/action_notify_when.tsx
@@ -245,7 +245,6 @@ export const ActionNotifyWhen = ({
const summaryOptions = useMemo(
() => [
selectSummaryOption(true)}
icon={frequency.summary ? 'check' : 'empty'}
@@ -255,7 +254,6 @@ export const ActionNotifyWhen = ({
{SUMMARY_OF_ALERTS}
,
selectSummaryOption(false)}
icon={!frequency.summary ? 'check' : 'empty'}
@@ -392,4 +390,5 @@ const SUMMARY_OF_ALERTS = i18n.translate(
const SummaryContextMenuOption = euiStyled(EuiContextMenuItem)`
min-width: 300px;
+ padding: ${({ theme }) => theme.eui.euiSizeS};
`;
diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/action_connector_form/action_type_form.test.tsx b/x-pack/plugins/triggers_actions_ui/public/application/sections/action_connector_form/action_type_form.test.tsx
index cbf6c17e78481..0a71603a5b55a 100644
--- a/x-pack/plugins/triggers_actions_ui/public/application/sections/action_connector_form/action_type_form.test.tsx
+++ b/x-pack/plugins/triggers_actions_ui/public/application/sections/action_connector_form/action_type_form.test.tsx
@@ -18,6 +18,7 @@ import {
} from '../../../types';
import { act } from 'react-dom/test-utils';
import { EuiFieldText } from '@elastic/eui';
+import { EuiThemeProvider } from '@kbn/kibana-react-plugin/common';
import { I18nProvider, __IntlProvider as IntlProvider } from '@kbn/i18n-react';
import { render, waitFor, screen } from '@testing-library/react';
import { DEFAULT_FREQUENCY } from '../../../common/constants';
@@ -413,19 +414,21 @@ describe('action_type_form', () => {
frequency: DEFAULT_FREQUENCY,
};
const wrapper = render(
-
- {getActionTypeForm({
- index: 1,
- actionItem,
- setActionFrequencyProperty: () => {
- actionItem.frequency = {
- notifyWhen: RuleNotifyWhen.ACTIVE,
- throttle: null,
- summary: true,
- };
- },
- })}
-
+
+
+ {getActionTypeForm({
+ index: 1,
+ actionItem,
+ setActionFrequencyProperty: () => {
+ actionItem.frequency = {
+ notifyWhen: RuleNotifyWhen.ACTIVE,
+ throttle: null,
+ summary: true,
+ };
+ },
+ })}
+
+
);
const summaryOrPerRuleSelect = wrapper.getByTestId('summaryOrPerRuleSelect');
diff --git a/x-pack/plugins/watcher/__jest__/client_integration/helpers/watch_list_page.helpers.ts b/x-pack/plugins/watcher/__jest__/client_integration/helpers/watch_list_page.helpers.ts
index cd4fd2ab2cfba..905f6b69f6df4 100644
--- a/x-pack/plugins/watcher/__jest__/client_integration/helpers/watch_list_page.helpers.ts
+++ b/x-pack/plugins/watcher/__jest__/client_integration/helpers/watch_list_page.helpers.ts
@@ -68,7 +68,7 @@ export const setup = async (httpSetup: HttpSetup): Promise =>
const searchWatches = async (term: string) => {
const { find, component } = testBed;
- const searchInput = find('watchesTableContainer').find('.euiFieldSearch');
+ const searchInput = find('watchesTableContainer').find('input.euiFieldSearch');
// Enter input into the search box
// @ts-ignore
diff --git a/x-pack/test/security_solution_cypress/cypress/screens/integrations.ts b/x-pack/test/security_solution_cypress/cypress/screens/integrations.ts
index ddcb266d7274e..1f0e9a21087c8 100644
--- a/x-pack/test/security_solution_cypress/cypress/screens/integrations.ts
+++ b/x-pack/test/security_solution_cypress/cypress/screens/integrations.ts
@@ -11,6 +11,6 @@ export const SKIP_AGENT_INSTALLATION_BTN = '[data-test-subj="skipAgentInstallati
export const INTEGRATION_ADDED_POP_UP = '[data-test-subj="postInstallAddAgentModal"]';
-export const QUEUE_URL = '.euiFieldText.euiFormControlLayout--1icons';
+export const QUEUE_URL = '.euiFieldText';
export const SAVE_AND_CONTINUE_BTN = '[data-test-subj="createPackagePolicySaveButton"]';
diff --git a/yarn.lock b/yarn.lock
index 53ab787e9861e..7b6e4e875e2e4 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -1743,10 +1743,10 @@
resolved "https://registry.yarnpkg.com/@elastic/eslint-plugin-eui/-/eslint-plugin-eui-0.0.2.tgz#56b9ef03984a05cc213772ae3713ea8ef47b0314"
integrity sha512-IoxURM5zraoQ7C8f+mJb9HYSENiZGgRVcG4tLQxE61yHNNRDXtGDWTZh8N1KIHcsqN1CEPETjuzBXkJYF/fDiQ==
-"@elastic/eui@95.0.0-backport.0":
- version "95.0.0-backport.0"
- resolved "https://registry.yarnpkg.com/@elastic/eui/-/eui-95.0.0-backport.0.tgz#6fdfbc813259cf82896f24641bb6e8a03587f3e8"
- integrity sha512-aaCQYLdJ4/1uQUb8xsToa94HwUDN2HSjtZzrgh3iT3El7tieNk6TNzX9QtNePw9M57snpdt41wyg6QFM7Jhltg==
+"@elastic/eui@95.1.0-backport.0":
+ version "95.1.0-backport.0"
+ resolved "https://registry.yarnpkg.com/@elastic/eui/-/eui-95.1.0-backport.0.tgz#effc5a536d7630a7bad7ff1aae817c8beab3cfef"
+ integrity sha512-0V5+7hGk4PyiR1qi1UA15RctQMJCCRDvCZSlgtisj5BLQ1fbfPbKUwr3oVqpx7gwhswDDP2jWWbk1OmUR1nnfg==
dependencies:
"@hello-pangea/dnd" "^16.6.0"
"@types/lodash" "^4.14.202"