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