vault backup: 2026-07-18 00:23:44
This commit is contained in:
+9
File diff suppressed because one or more lines are too long
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"id": "folder-links",
|
||||
"name": "Folder Links",
|
||||
"version": "1.2.5",
|
||||
"minAppVersion": "0.15.0",
|
||||
"description": "Clicking a link to a folder makes it revealed in the navigation.",
|
||||
"author": "Stefan Rausch",
|
||||
"isDesktopOnly": false
|
||||
}
|
||||
+14
@@ -0,0 +1,14 @@
|
||||
|
||||
.is-resolved .is-unresolved .cm-underline {
|
||||
--link-unresolved-decoration-style: var(--link-decoration-style) !important;
|
||||
--link-unresolved-decoration-color: var(--link-decoration-color) !important;
|
||||
--link-unresolved-color: var(--link-color) !important;
|
||||
}
|
||||
|
||||
.is-resolved .is-unresolved,
|
||||
.is-resolved.is-unresolved {
|
||||
--link-unresolved-opacity: initial !important;
|
||||
--link-unresolved-decoration-style: var(--link-decoration-style) !important;
|
||||
--link-unresolved-decoration-color: var(--link-decoration-color) !important;
|
||||
--link-unresolved-color: var(--link-color) !important;
|
||||
}
|
||||
Reference in New Issue
Block a user