From 8d304b78cbc33c480f08902c065c79f55d657a9f Mon Sep 17 00:00:00 2001 From: Ali <83188384+testA113@users.noreply.github.com> Date: Mon, 22 Aug 2022 10:52:24 +0600 Subject: [PATCH] fix(kubeshell): add back data-cy EE-4054 (#7538) --- app/assets/css/button.css | 6 ++++++ .../KubectlShell/KubectlShell.tsx | 18 +++++++++++++++--- 2 files changed, 21 insertions(+), 3 deletions(-) diff --git a/app/assets/css/button.css b/app/assets/css/button.css index e1ca06857..fa0e8f3de 100644 --- a/app/assets/css/button.css +++ b/app/assets/css/button.css @@ -101,6 +101,12 @@ fieldset[disabled] .btn { background-color: var(--ui-gray-3); } +.btn-link { + @apply text-blue-8 hover:text-blue-9 disabled:text-gray-5; + @apply th-dark:text-blue-8 th-dark:hover:text-blue-7; + @apply th-highcontrast:text-blue-8 th-highcontrast:hover:text-blue-7; +} + .hyperlink, .hyperlink:focus { color: var(--ui-blue-8); diff --git a/app/react/sidebar/KubernetesSidebar/KubectlShell/KubectlShell.tsx b/app/react/sidebar/KubernetesSidebar/KubectlShell/KubectlShell.tsx index 257446b82..e8b7d45ed 100644 --- a/app/react/sidebar/KubernetesSidebar/KubectlShell/KubectlShell.tsx +++ b/app/react/sidebar/KubernetesSidebar/KubectlShell/KubectlShell.tsx @@ -131,10 +131,18 @@ export function KubeCtlShell({ environmentId, onClose }: Props) { kubectl shell
- - -