Skip to content

Commit

Permalink
[BSv5] Offline-search adjust arrow class name (google#1427)
Browse files Browse the repository at this point in the history
  • Loading branch information
chalin authored and deining committed Feb 19, 2023
1 parent 8ae1625 commit 170c10c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
2 changes: 1 addition & 1 deletion assets/js/offline-search.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
$searchInput.data('placement', 'bottom');
$searchInput.data(
'template',
'<div class="td-offline-search-results popover" role="tooltip"><div class="arrow"></div><h3 class="popover-header"></h3><div class="popover-body"></div></div>'
'<div class="td-offline-search-results popover" role="tooltip"><div class="popover-arrow"></div><h3 class="popover-header"></h3><div class="popover-body"></div></div>'
);

//
Expand Down
10 changes: 6 additions & 4 deletions netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,14 @@
# (https://gohugo.io/hosting-and-deployment/hosting-on-netlify/#configure-hugo-version-in-netlify)

[build]
publish = "userguide/public"
command = "npm run docs-install && npm run build:preview"
base = "userguide"
command = "hugo --themesDir ../.."

[build.environment]
GO_VERSION = "1.19.5"
NODE_VERSION = "19.6.1"
HUGO_VERSION = "0.110.0"
GO_VERSION = "1.20.1"
HUGO_THEME = "repo"

[context.production]
command = "npm run docs-install && npm run build:production"
command = "hugo --themesDir ../.."
4 changes: 2 additions & 2 deletions userguide/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"serve": "npm run _serve"
},
"devDependencies": {
"autoprefixer": "^9.5.0",
"postcss-cli": "^5.0.1"
"autoprefixer": "^10.4.13",
"postcss-cli": "^10.1.0"
}
}

0 comments on commit 170c10c

Please sign in to comment.