style/status bar/note paths flyout: document

This commit is contained in:
Adorian Doran
2025-12-15 12:06:32 +02:00
parent 93ce77438f
commit dbcf9b01c5

View File

@@ -101,6 +101,7 @@
padding: 0; padding: 0;
list-style: none; list-style: none;
/* Note path card */
li { li {
--border-radius: 6px; --border-radius: 6px;
@@ -119,7 +120,8 @@
& + li { & + li {
margin-top: 2px; margin-top: 2px;
} }
/* Current path arrow */
&.path-current::before { &.path-current::before {
position: absolute; position: absolute;
display: flex; display: flex;
@@ -136,6 +138,7 @@
} }
} }
/* Note path segment */
a { a {
margin-inline: 2px; margin-inline: 2px;
padding-inline: 2px; padding-inline: 2px;
@@ -143,6 +146,7 @@
font-weight: normal; font-weight: normal;
text-decoration: none; text-decoration: none;
/* The last segment of the note path */
&.basename { &.basename {
color: var(--muted-text-color); color: var(--muted-text-color);
} }