Skip to content

Commit

Permalink
Merge pull request #104 from trimble-oss/dependabot/npm_and_yarn/post…
Browse files Browse the repository at this point in the history
…css-8.5.2

Bump postcss from 8.5.1 to 8.5.2
  • Loading branch information
coliff authored Feb 11, 2025
2 parents 6ac65a4 + a5d68f0 commit 276369e
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 8 deletions.
13 changes: 7 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions site/assets/js/partials/code-examples.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,10 @@ export default () => {
const namespace = 'http://www.w3.org/1999/xlink'
const originalXhref = iconFirstChild.getAttributeNS(namespace, 'href')
const originalTitle = event.trigger.title
const isCheckIconVisible = originalXhref === '#check2'
if (isCheckIconVisible) {
return
}

tooltipBtn.setContent({ '.tooltip-inner': 'Copied!' })
event.trigger.addEventListener('hidden.bs.tooltip', () => {
Expand Down
2 changes: 1 addition & 1 deletion site/layouts/_default/docs.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
{{- if not .Params.blog -}}
{{- if site.Params.GitHubRepo -}}
<a class="btn btn-sm btn-outline-secondary mt-5 float-end"
href="{{- site.Params.GitHubRepo -}}/tree/main/content/{{ .Page.File.Path | replaceRE `\\` "/" }}"
href="{{- site.Params.GitHubRepo -}}/tree/main/site/content/{{ .Page.File.Path | replaceRE `\\` "/" }}"
title="View and edit this file on GitHub" target="_blank" rel="noopener">View on GitHub</a>
{{ end }}
{{ end }}
Expand Down
2 changes: 1 addition & 1 deletion site/layouts/_default/single.html
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
{{- if ne .Lastmod .Date -}}
{{- if not .Params.blog -}}
<div class="text-secondary small"><em>
Last updated {{ .Lastmod.Format "January 2, 2006" -}}.
Last updated {{ .Lastmod.Format "January 2, 2006" }}.
</em></div>
{{- end -}}
{{- end -}}
Expand Down

0 comments on commit 276369e

Please sign in to comment.