docusaurus/website/_dogfooding/dogfooding.css
Kagan 1293970ebf
fix(theme-classic): fix tab focus bug in dropdown (#8697) (#8699)
Co-authored-by: sebastienlorber <lorber.sebastien@gmail.com>
2023-02-23 16:56:06 +01:00

30 lines
631 B
CSS

/**
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
html.plugin-docs.plugin-id-docs-tests .red > a {
color: red;
}
html.plugin-docs.plugin-id-docs-tests .navbar {
border-bottom: solid thin cyan;
}
html.plugin-blog.plugin-id-blog-tests .navbar {
border-bottom: solid thin lime;
}
html.plugin-pages.plugin-id-pages-tests .navbar {
border-bottom: solid thin yellow;
}
#z-index-test {
z-index: 100;
}
html:has(#navbar-dropdown-tests) .navbar__item.dropdown ~ a {
display: none;
}