@nuvoui/core 1.4.5 → 1.4.7
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/package.json
CHANGED
|
@@ -175,10 +175,7 @@ body#{config-flags.$parent-selector} {
|
|
|
175
175
|
|
|
176
176
|
// Links
|
|
177
177
|
#{config-flags.$parent-selector} a {
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
&:not([class*="text-"]) {
|
|
181
|
-
// document: if no hover or normal text provided it will use the default link color
|
|
178
|
+
&:not([class]) {
|
|
182
179
|
color: var(--link-color);
|
|
183
180
|
|
|
184
181
|
&:hover {
|
|
@@ -35,7 +35,7 @@ $colors-primitives: ();
|
|
|
35
35
|
--inverted-#{$token}: #{map.get(config-theme.$light-theme, $token)};
|
|
36
36
|
}
|
|
37
37
|
|
|
38
|
-
--button-text-color: #{map.get(config-theme.$light-theme, "text-
|
|
38
|
+
--button-text-color: #{map.get(config-theme.$light-theme, "text-color")};
|
|
39
39
|
--button-bg-color: var(--primary);
|
|
40
40
|
--button-bg-color-hover: var(--primary-400);
|
|
41
41
|
--link-color: var(--primary);
|
|
@@ -70,7 +70,7 @@ $colors-primitives: ();
|
|
|
70
70
|
}
|
|
71
71
|
|
|
72
72
|
// Light theme variables
|
|
73
|
-
--button-text-color: #{map.get(config-theme.$dark-theme, "text-
|
|
73
|
+
--button-text-color: #{map.get(config-theme.$dark-theme, "text-color")};
|
|
74
74
|
--button-bg-color: var(--primary);
|
|
75
75
|
--button-bg-color-hover: var(--primary-600);
|
|
76
76
|
--link-color: var(--primary);
|