See sphinx-doc/sphinx#11704.
I think this CSS selector in sparkflows-docs could be affected:
|
.wy-side-nav-search div[role=search]{ |
(removing the specificity on div could be one way to resolve this -- or to define multiple styles, including search as an alternative selector path)
It doesn't look like much CSS styling is applied by the relevant CSS block, so this is probably fairly unimportant. But I figured it'd be worth mentioning (I found this project by using GitHub search to attempt to find affected .css files that mention div[role=search]).