From ba0ee5d01fc5183bd4e8535298495c2db2b3f2f9 Mon Sep 17 00:00:00 2001 From: ymktmk <73768462+ymktmk@users.noreply.github.com> Date: Wed, 26 Jun 2024 02:24:22 +0900 Subject: [PATCH] fix: argo checkbox (#18793) Signed-off-by: ymktmk --- .../components/pod-logs-viewer/pod-logs-viewer.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ui/src/app/applications/components/pod-logs-viewer/pod-logs-viewer.scss b/ui/src/app/applications/components/pod-logs-viewer/pod-logs-viewer.scss index 99475527c1798..c2dd29f93cd40 100644 --- a/ui/src/app/applications/components/pod-logs-viewer/pod-logs-viewer.scss +++ b/ui/src/app/applications/components/pod-logs-viewer/pod-logs-viewer.scss @@ -20,6 +20,7 @@ .argo-checkbox, .argo-checkbox input, .argo-checkbox input:focus { + appearance: none; outline: none !important; border: none !important; width: 12px; @@ -245,4 +246,4 @@ code { .noscroll { -ms-overflow-style: none; /* IE and Edge */ scrollbar-width: none; /* Firefox */ -} \ No newline at end of file +}