mirror of
https://github.com/facebook/docusaurus.git
synced 2025-07-19 09:37:43 +02:00
fix(v2): fix HTML issues nav dropdown and highlight docs item (#2489)
This commit is contained in:
parent
ec4942d368
commit
1577ab98e9
3 changed files with 12 additions and 8 deletions
|
@ -30,3 +30,8 @@ html[data-theme='dark'] {
|
|||
html[data-theme='dark'] .docusaurus-highlight-code-line {
|
||||
background-color: rgb(0, 0, 0, 0.3);
|
||||
}
|
||||
|
||||
/* This will be removed after new release of Infima */
|
||||
.navbar__item.dropdown > .navbar__link {
|
||||
pointer-events: none;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue