fix(v2): fix HTML issues nav dropdown and highlight docs item (#2489)

This commit is contained in:
Alexey Pyltsyn 2020-04-01 20:07:51 +03:00 committed by GitHub
parent ec4942d368
commit 1577ab98e9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 12 additions and 8 deletions

View file

@ -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;
}