mirror of
https://github.com/microsoft/autogen.git
synced 2025-11-16 10:04:36 +00:00
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
This commit is contained in:
parent
2573739111
commit
90332e371b
@ -123,23 +123,12 @@ html[data-theme="light"] .bd-header {
|
|||||||
|
|
||||||
/* Copy button */
|
/* Copy button */
|
||||||
.bd-article .docutils .docutils .copybtn:focus-visible:after {
|
.bd-article .docutils .docutils .copybtn:focus-visible:after {
|
||||||
|
/* border: 10px outset var(--pst-color-primary); */
|
||||||
display: block;
|
display: block;
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
visibility: visible;
|
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 */
|
/* Long autodoc module names wrap on prev/next links */
|
||||||
/* TODO: Should we extend this to the entire site? */
|
/* TODO: Should we extend this to the entire site? */
|
||||||
.prev-next-title {
|
.prev-next-title {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user