From 90332e371bee97179ad143c70b9d71b4bea4d470 Mon Sep 17 00:00:00 2001 From: peterychang <49209570+peterychang@users.noreply.github.com> Date: Wed, 12 Mar 2025 11:52:13 -0400 Subject: [PATCH] Revert Allow Voice Access to find clickable cards commit (#5911) Reverts https://github.com/microsoft/autogen/pull/5857 due to weird interaction with non-clickable cards --- .../autogen-core/docs/src/_static/custom.css | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/python/packages/autogen-core/docs/src/_static/custom.css b/python/packages/autogen-core/docs/src/_static/custom.css index b4372edd99..ce750411ba 100644 --- a/python/packages/autogen-core/docs/src/_static/custom.css +++ b/python/packages/autogen-core/docs/src/_static/custom.css @@ -123,23 +123,12 @@ html[data-theme="light"] .bd-header { /* Copy button */ .bd-article .docutils .docutils .copybtn:focus-visible:after { + /* border: 10px outset var(--pst-color-primary); */ display: block; opacity: 1; visibility: visible; } -/* Allow voice access to find clickable cards */ -.sd-card a { - position: absolute; - top: 0; - left: 0; - right: 0; - bottom: 0; - z-index: 1; - text-decoration: none; - color: inherit; -} - /* Long autodoc module names wrap on prev/next links */ /* TODO: Should we extend this to the entire site? */ .prev-next-title {