Skip to content

Commit

Permalink
fix: show Algolia logo on search dropdown (#206)
Browse files Browse the repository at this point in the history
* fix: show Algolia logo on search dropdown

* Upgrade docusaurus to v1.7.3
  • Loading branch information
sinchang committed Mar 20, 2019
1 parent 860fff8 commit 2f89a5c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -22,7 +22,7 @@
"devDependencies": {
"broken-link-checker": "^0.7.8",
"cz-conventional-changelog": "^2.1.0",
"docusaurus": "^1.6.2",
"docusaurus": "^1.7.3",
"git-cz": "^2.0.0",
"react": "^16.6.3",
"semantic-release": "^15.10.5"
Expand Down
9 changes: 4 additions & 5 deletions website/static/css/docs.css
Expand Up @@ -27,20 +27,19 @@ article p img, article iframe {
box-shadow: 0 1px 4px rgba(0,0,0,0.1);
}

.fixedHeaderContainer a,
.navigationSlider .slidingNav ul li.siteNavItemActive a,
.navigationSlider .slidingNav ul li.siteNavGroupActive a
.navigationSlider .slidingNav ul li.siteNavItemActive > a,
.navigationSlider .slidingNav ul li.siteNavGroupActive > a
{
color: #0e0c33 !important;
background: #fff !important;
}

.navigationSlider .slidingNav ul li a {
.navigationSlider .slidingNav ul li > a {
color: black !important;
background: #fff !important;
}

.navigationSlider .slidingNav ul li a:hover {
.navigationSlider .slidingNav ul li > a:hover {
background: #fff !important;
color: #0e0c33 !important;
}
Expand Down
7 changes: 4 additions & 3 deletions yarn.lock
Expand Up @@ -2345,9 +2345,10 @@ dir-glob@^2.0.0, dir-glob@^2.2.1:
dependencies:
path-type "^3.0.0"

docusaurus@^1.6.2:
version "1.7.2"
resolved "https://registry.yarnpkg.com/docusaurus/-/docusaurus-1.7.2.tgz#2de7323a8b27da3a4e54cab90fc397c786326a9a"
docusaurus@^1.7.3:
version "1.7.3"
resolved "https://registry.yarnpkg.com/docusaurus/-/docusaurus-1.7.3.tgz#c3546ec83ca83f5840c46b529e54f12b8f6fb565"
integrity sha512-FiMtqdX2ytp176ahp+F3epqe0KyTZ12jx2xw2NLmgxCd7d9rbZ6bWHHHGjevi77VhXnM1ZUZQZkmsh3Hl+TlGA==
dependencies:
"@babel/core" "^7.0.0"
"@babel/plugin-proposal-class-properties" "^7.0.0"
Expand Down

0 comments on commit 2f89a5c

Please sign in to comment.