comand-component-library 3.2.7 → 3.2.8

Sign up to get free protection for your applications and to get access to all the features.
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