al_folio_core 1.0.5 → 1.0.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/_sass/_navbar.scss +0 -1
- data/_sass/_utilities.scss +10 -33
- data/lib/al_folio_core/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 72cc440ddce6e0131c852364edaeb57bf3af33199bb68328be63adf6d0e0cb66
|
|
4
|
+
data.tar.gz: bea2ce28949a4cc159138a780446acb174b4cd02d532667275c2d1b4ef628f46
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: fb32157ab9a3d595ee8371fd6b51d8a60492831f067238908ee5ac64127bed0c62038ce31356fd67adbf5faf842cd35a7e372a49f3212c29f9cb30efffc18d89
|
|
7
|
+
data.tar.gz: 2d521c401f846d0d45fc551b6be6457753b0f4a9336e442a8166cbbc9445866d124985fdd047bb3a30fadb62964162994c4e4f0c38a54a9c01e0d6e2e1e35590
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,10 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 1.0.6 - 2026-02-18
|
|
4
|
+
|
|
5
|
+
- Removed unnecessary navbar menu cross-axis alignment to keep the theme toggle vertically aligned with adjacent controls.
|
|
6
|
+
- Updated Tocbot sidebar styling to a Tocbot-native single-rail hierarchy (with al-folio colors) and removed custom per-link ridge markers.
|
|
7
|
+
|
|
3
8
|
## 1.0.5 - 2026-02-18
|
|
4
9
|
|
|
5
10
|
- Restored right-aligned desktop navbar menu layout with explicit core-owned alignment classes.
|
data/_sass/_navbar.scss
CHANGED
data/_sass/_utilities.scss
CHANGED
|
@@ -288,53 +288,38 @@ table[data-toggle="table"].af-table-enhanced tbody tr.af-row-selected {
|
|
|
288
288
|
top: 5rem;
|
|
289
289
|
|
|
290
290
|
&.toc > .toc-list {
|
|
291
|
-
overflow:
|
|
292
|
-
|
|
291
|
+
overflow: visible;
|
|
292
|
+
padding-left: 0.8rem;
|
|
293
293
|
}
|
|
294
294
|
|
|
295
295
|
.toc-list {
|
|
296
|
+
border-left: 1px solid color-mix(in srgb, var(--global-divider-color) 80%, transparent);
|
|
296
297
|
list-style: none;
|
|
297
|
-
margin: 0;
|
|
298
|
-
padding-left: 0.
|
|
298
|
+
margin: 0.1rem 0;
|
|
299
|
+
padding-left: 0.8rem;
|
|
299
300
|
}
|
|
300
301
|
|
|
301
302
|
.toc-list .toc-list {
|
|
302
|
-
margin-top: 0.
|
|
303
|
-
margin-left: 0.
|
|
304
|
-
padding-left: 0.8rem;
|
|
303
|
+
margin-top: 0.12rem;
|
|
304
|
+
margin-left: 0.4rem;
|
|
305
305
|
}
|
|
306
306
|
|
|
307
307
|
.toc-link {
|
|
308
308
|
color: var(--global-text-color);
|
|
309
309
|
display: block;
|
|
310
|
-
|
|
311
|
-
font-size: 0.78rem;
|
|
310
|
+
font-size: 0.8rem;
|
|
312
311
|
line-height: 1.4;
|
|
313
|
-
margin: 0
|
|
314
|
-
padding: 0.14rem 0.
|
|
315
|
-
border-left: 0;
|
|
312
|
+
margin: 0;
|
|
313
|
+
padding: 0.14rem 0.25rem 0.14rem 0.4rem;
|
|
316
314
|
transition:
|
|
317
315
|
color 0.2s ease,
|
|
318
316
|
font-weight 0.2s ease;
|
|
319
317
|
transform: none;
|
|
320
318
|
|
|
321
|
-
&::before {
|
|
322
|
-
background-color: color-mix(in srgb, var(--global-divider-color) 85%, transparent);
|
|
323
|
-
bottom: 0;
|
|
324
|
-
left: 0;
|
|
325
|
-
margin-top: 0;
|
|
326
|
-
top: 0;
|
|
327
|
-
width: 2px;
|
|
328
|
-
}
|
|
329
|
-
|
|
330
319
|
&:hover {
|
|
331
320
|
color: var(--global-hover-color);
|
|
332
321
|
text-decoration: none;
|
|
333
322
|
transform: none;
|
|
334
|
-
|
|
335
|
-
&::before {
|
|
336
|
-
background-color: var(--global-hover-color);
|
|
337
|
-
}
|
|
338
323
|
}
|
|
339
324
|
}
|
|
340
325
|
|
|
@@ -343,16 +328,8 @@ table[data-toggle="table"].af-table-enhanced tbody tr.af-row-selected {
|
|
|
343
328
|
font-weight: 600;
|
|
344
329
|
transform: none;
|
|
345
330
|
|
|
346
|
-
&::before {
|
|
347
|
-
background-color: var(--global-theme-color);
|
|
348
|
-
}
|
|
349
|
-
|
|
350
331
|
&:hover {
|
|
351
332
|
color: var(--global-hover-color);
|
|
352
|
-
|
|
353
|
-
&::before {
|
|
354
|
-
background-color: var(--global-hover-color);
|
|
355
|
-
}
|
|
356
333
|
}
|
|
357
334
|
}
|
|
358
335
|
}
|