@salt-ds/theme 1.13.0 → 1.13.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 -1
- package/index.css +1 -1
- package/package.json +1 -1
package/css/theme.css
CHANGED
|
@@ -837,7 +837,7 @@
|
|
|
837
837
|
--salt-navigable-fontWeight-edit: var(--salt-typography-fontWeight-regular);
|
|
838
838
|
--salt-navigable-indicator-hover: var(--salt-palette-navigate-indicator-hover);
|
|
839
839
|
--salt-navigable-indicator-active: var(--salt-palette-navigate-indicator-active);
|
|
840
|
-
--salt-navigable-background-hover: var(--salt-palette-navigate-
|
|
840
|
+
--salt-navigable-background-hover: var(--salt-palette-navigate-background-hover);
|
|
841
841
|
--salt-navigable-textDecoration: underline;
|
|
842
842
|
--salt-navigable-textDecoration-hover: none;
|
|
843
843
|
--salt-navigable-textDecoration-selected: underline;
|
package/index.css
CHANGED
|
@@ -866,7 +866,7 @@
|
|
|
866
866
|
--salt-navigable-fontWeight-edit: var(--salt-typography-fontWeight-regular);
|
|
867
867
|
--salt-navigable-indicator-hover: var(--salt-palette-navigate-indicator-hover);
|
|
868
868
|
--salt-navigable-indicator-active: var(--salt-palette-navigate-indicator-active);
|
|
869
|
-
--salt-navigable-background-hover: var(--salt-palette-navigate-
|
|
869
|
+
--salt-navigable-background-hover: var(--salt-palette-navigate-background-hover);
|
|
870
870
|
--salt-navigable-textDecoration: underline;
|
|
871
871
|
--salt-navigable-textDecoration-hover: none;
|
|
872
872
|
--salt-navigable-textDecoration-selected: underline;
|