RubyGems
npm
Organizations
Log in
Sign up
npm
comand-component-library
Versions diffs
3.2.7 → 3.2.8
Page 3
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.
Files changed (4)
hide
show
package/dist/comand-component-library.css
+1
-1
package/dist/comand-component-library.umd.min.js
+1
-1
package/package.json
+1
-1
package/src/components/CmdTabs.vue
+8
-0
package/package.json
CHANGED
Viewed
@@ -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",
package/src/components/CmdTabs.vue
CHANGED
Viewed
@@ -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
« First
‹ Prev
1
2
3