From 51fa83dbbd4c8460c5d491276fe3b1393a3cb0ff Mon Sep 17 00:00:00 2001 From: Turiiya <34311583+ttytm@users.noreply.github.com> Date: Fri, 8 Sep 2023 06:54:48 +0200 Subject: [PATCH] vdoc: prevent main-content outline with certain devices / browsers (#19304) --- cmd/tools/vdoc/theme/doc.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/cmd/tools/vdoc/theme/doc.css b/cmd/tools/vdoc/theme/doc.css index 5f3a2b7c21..89ad234297 100644 --- a/cmd/tools/vdoc/theme/doc.css +++ b/cmd/tools/vdoc/theme/doc.css @@ -358,6 +358,9 @@ body { } /* Main content */ +#main-content { + outline: none; +} .doc-scrollview { height: 100%; overflow-y: scroll;