We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 10d9aef + dc6941f commit 522fa6dCopy full SHA for 522fa6d
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "vue-material-you",
3
- "version": "0.0.4",
+ "version": "0.0.5",
4
"description": "Material design 3 UI framework for Vue 3",
5
"scripts": {
6
"dev:playground": "cross-env ENV=playground vite",
@@ -26,7 +26,7 @@
26
"framework",
27
"vue-framework"
28
],
29
- "types": "./dist/index.d.ts",
+ "types": "./dist/src/index.d.ts",
30
"main": "./dist/vue-material-you.umd.js",
31
"module": "./dist/vue-material-you.es.js",
32
"author": "Web-TS",
src/components/VmuButton/index.module.scss
@@ -171,15 +171,13 @@
171
}
172
&:hover {
173
box-shadow: elevation.$e1;
174
- }
175
- &:active {
176
- box-shadow: none;
177
178
- &:hover {
179
&::before {
180
opacity: 0.08;
181
182
+ &:active {
+ box-shadow: none;
+ }
183
&:focus,
184
&:active {
185
0 commit comments