@salt-ds/theme 1.10.0 → 1.10.1
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/theme.css +1 -0
- package/index.css +1 -0
- package/package.json +1 -1
package/css/theme.css
CHANGED
|
@@ -1165,6 +1165,7 @@
|
|
|
1165
1165
|
--salt-actionable-primary-fontWeight: var(--salt-typography-fontWeight-bold);
|
|
1166
1166
|
--salt-actionable-cta-fontWeight: var(--salt-typography-fontWeight-bold);
|
|
1167
1167
|
--salt-actionable-secondary-fontWeight: var(--salt-typography-fontWeight-semiBold);
|
|
1168
|
+
--salt-text-background-selected: var(--salt-content-foreground-highlight);
|
|
1168
1169
|
--salt-text-link-foreground-hover: var(--salt-palette-navigate-foreground-hover);
|
|
1169
1170
|
--salt-text-link-foreground-active: var(--salt-palette-navigate-foreground-active);
|
|
1170
1171
|
--salt-text-link-foreground-visited: var(--salt-palette-navigate-foreground-visited);
|
package/index.css
CHANGED
|
@@ -1199,6 +1199,7 @@
|
|
|
1199
1199
|
--salt-actionable-primary-fontWeight: var(--salt-typography-fontWeight-bold);
|
|
1200
1200
|
--salt-actionable-cta-fontWeight: var(--salt-typography-fontWeight-bold);
|
|
1201
1201
|
--salt-actionable-secondary-fontWeight: var(--salt-typography-fontWeight-semiBold);
|
|
1202
|
+
--salt-text-background-selected: var(--salt-content-foreground-highlight);
|
|
1202
1203
|
--salt-text-link-foreground-hover: var(--salt-palette-navigate-foreground-hover);
|
|
1203
1204
|
--salt-text-link-foreground-active: var(--salt-palette-navigate-foreground-active);
|
|
1204
1205
|
--salt-text-link-foreground-visited: var(--salt-palette-navigate-foreground-visited);
|