Skip to content

Commit dbcf9b0

Browse files
committed
style/status bar/note paths flyout: document
1 parent 93ce774 commit dbcf9b0

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

apps/client/src/widgets/layout/StatusBar.css

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@
101101
padding: 0;
102102
list-style: none;
103103

104+
/* Note path card */
104105
li {
105106
--border-radius: 6px;
106107

@@ -119,7 +120,8 @@
119120
& + li {
120121
margin-top: 2px;
121122
}
122-
123+
124+
/* Current path arrow */
123125
&.path-current::before {
124126
position: absolute;
125127
display: flex;
@@ -136,13 +138,15 @@
136138
}
137139
}
138140

141+
/* Note path segment */
139142
a {
140143
margin-inline: 2px;
141144
padding-inline: 2px;
142145
color: currentColor;
143146
font-weight: normal;
144147
text-decoration: none;
145148

149+
/* The last segment of the note path */
146150
&.basename {
147151
color: var(--muted-text-color);
148152
}

0 commit comments

Comments
 (0)