comand-component-library 3.2.7 → 3.2.8

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": "comand-component-library",
3
- "version": "3.2.07",
3
+ "version": "3.2.08",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "serve": "vue-cli-service serve",
@@ -138,6 +138,14 @@ export default {
138
138
  color: inherit;
139
139
  }
140
140
  }
141
+
142
+ &.active {
143
+ color: var(--pure-white);
144
+
145
+ &:hover, &:active, &:focus {
146
+ color: var(--hyperlink-color);
147
+ }
148
+ }
141
149
  }
142
150
  }
143
151