@deque/cauldron-styles 5.0.0-canary.f7af2061 → 5.0.0-canary.f7bc1da2
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/dist/index.css +1 -2
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -1829,7 +1829,7 @@ textarea.Field--has-error:focus:hover,
|
|
|
1829
1829
|
|
|
1830
1830
|
:root {
|
|
1831
1831
|
--link-text-color: var(--gray-90);
|
|
1832
|
-
--link-text-color-hover:
|
|
1832
|
+
--link-text-color-hover: #3873a3;
|
|
1833
1833
|
--link-text-color-light: rgba(60, 122, 174, 0.1);
|
|
1834
1834
|
}
|
|
1835
1835
|
|
|
@@ -3477,7 +3477,6 @@ button.TooltipTabstop {
|
|
|
3477
3477
|
outline-offset: unset;
|
|
3478
3478
|
}
|
|
3479
3479
|
|
|
3480
|
-
.TableHeader,
|
|
3481
3480
|
.TableHeader--sort-ascending,
|
|
3482
3481
|
.TableHeader--sort-descending {
|
|
3483
3482
|
background: var(--table-header-sorting-background-color);
|
package/package.json
CHANGED