@klodd/ds 3.11.4 → 3.12.0
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.
- package/css/10-semantic.css +4 -4
- package/css/components/nav.css +5 -2
- package/package.json +1 -1
package/css/10-semantic.css
CHANGED
|
@@ -297,10 +297,10 @@
|
|
|
297
297
|
================================================================ */
|
|
298
298
|
|
|
299
299
|
/* Bottom-nav-hojd: enda kalla av sanning (konsoliderad 2026-05-07
|
|
300
|
-
fran tidigare dubbel-definition i 00-primitives.css).
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
--bottom-nav-height:
|
|
300
|
+
fran tidigare dubbel-definition i 00-primitives.css). Hojd 72px
|
|
301
|
+
2026-05-11 for att inner pill-active-state (--accent-a3-fyll med
|
|
302
|
+
border-radius full) ska fa visuellt luftrum mot pillens border. */
|
|
303
|
+
--bottom-nav-height: 72px;
|
|
304
304
|
|
|
305
305
|
/* Bottom-nav-clearance: utrymme under nav for fixed-positioning +
|
|
306
306
|
safe-area pa iPhone notch-modeller. Anvands som body padding-bottom
|
package/css/components/nav.css
CHANGED
|
@@ -53,7 +53,8 @@
|
|
|
53
53
|
justify-content: center;
|
|
54
54
|
gap: var(--space-4);
|
|
55
55
|
min-height: var(--touch-min);
|
|
56
|
-
padding: var(--space-8)
|
|
56
|
+
padding-block: var(--space-8);
|
|
57
|
+
padding-inline: var(--space-12);
|
|
57
58
|
font-size: var(--fs-10);
|
|
58
59
|
font-weight: var(--fw-medium);
|
|
59
60
|
color: var(--text-muted);
|
|
@@ -89,7 +90,9 @@
|
|
|
89
90
|
}
|
|
90
91
|
|
|
91
92
|
.bottom-nav__item--active {
|
|
92
|
-
|
|
93
|
+
background: var(--accent-a3);
|
|
94
|
+
border-radius: var(--radius-full);
|
|
95
|
+
color: var(--text-default);
|
|
93
96
|
}
|
|
94
97
|
|
|
95
98
|
.bottom-nav__item .icon,
|