@nuvoui/core 1.4.5 → 1.4.6

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nuvoui/core",
3
- "version": "1.4.5",
3
+ "version": "1.4.6",
4
4
  "description": "NuvoUI is a human-friendly SCSS framework designed for simplicity, and modern responsive designs.",
5
5
  "author": {
6
6
  "name": "AALA IT Solutions",
@@ -175,10 +175,7 @@ body#{config-flags.$parent-selector} {
175
175
 
176
176
  // Links
177
177
  #{config-flags.$parent-selector} a {
178
- transition: color 0.2s ease-in-out;
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 {