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 +}