From b43c85157bc35cba76b0a13351c9c88d18ba850b Mon Sep 17 00:00:00 2001 From: Adorian Doran Date: Fri, 24 Jan 2025 10:49:14 +0200 Subject: [PATCH] client: mark the links that should use the new style --- .../app/widgets/ribbon_widgets/note_paths.js | 16 ++++++++-------- .../options/other/revisions_snapshot_interval.ts | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/src/public/app/widgets/ribbon_widgets/note_paths.js b/src/public/app/widgets/ribbon_widgets/note_paths.js index cabf4f39d..a537303f9 100644 --- a/src/public/app/widgets/ribbon_widgets/note_paths.js +++ b/src/public/app/widgets/ribbon_widgets/note_paths.js @@ -11,28 +11,28 @@ const TPL = ` max-height: 300px; overflow-y: auto; } - + .note-path-list { margin-top: 10px; } - + .note-path-list .path-current { font-weight: bold; } - + .note-path-list .path-archived { color: var(--muted-text-color) !important; } - + .note-path-list .path-search { font-style: italic; } - +
- + - + `; @@ -95,7 +95,7 @@ export default class NotePathsWidget extends NoteContextAwareWidget { const $noteLink = await linkService.createLink(notePath, { title }); - $noteLink.find("a").addClass("no-tooltip-preview"); + $noteLink.find("a").addClass("no-tooltip-preview tn-link"); const icons = []; diff --git a/src/public/app/widgets/type_widgets/options/other/revisions_snapshot_interval.ts b/src/public/app/widgets/type_widgets/options/other/revisions_snapshot_interval.ts index 11071e018..751f70653 100644 --- a/src/public/app/widgets/type_widgets/options/other/revisions_snapshot_interval.ts +++ b/src/public/app/widgets/type_widgets/options/other/revisions_snapshot_interval.ts @@ -6,7 +6,7 @@ const TPL = `

${t("revisions_snapshot_interval.note_revisions_snapshot_interval_title")}

-

${t("revisions_snapshot_interval.note_revisions_snapshot_description")}

+