eco-vue-js 0.3.68 → 0.3.69
Sign up to get free protection for your applications and to get access to all the features.
@@ -8,7 +8,7 @@ import '../Dropdown/utils/DropdownStyle.js';
|
|
8
8
|
import '../../utils/Modal.js';
|
9
9
|
import '../Link/WLink.vue.js';
|
10
10
|
|
11
|
-
const _hoisted_1 = { class: "font-normal text-center
|
11
|
+
const _hoisted_1 = { class: "font-normal text-center md:text-base text-[10px] whitespace-nowrap" };
|
12
12
|
const _sfc_main = /* @__PURE__ */ defineComponent({
|
13
13
|
__name: "WButtonAction",
|
14
14
|
props: {
|
package/package.json
CHANGED
@@ -288,13 +288,7 @@ module.exports = plugin(function ({matchUtilities, addVariant, addUtilities, add
|
|
288
288
|
},
|
289
289
|
},
|
290
290
|
|
291
|
-
'.w-ripple-hover:not(:active):hover, .w-ripple-trigger:not(:active):hover .w-ripple-hover': {
|
292
|
-
'& .w-ripple:not(:active)::before, &.w-ripple::before': {
|
293
|
-
'opacity': 'var(--w-ripple-opacity, 0.10)',
|
294
|
-
},
|
295
|
-
},
|
296
|
-
|
297
|
-
'.w-ripple-hover:not(:active):focus, .w-ripple-trigger:not(:active):focus .w-ripple-hover': {
|
291
|
+
'.w-ripple-hover:not(:active):hover, .w-ripple-trigger:not(:active):hover .w-ripple-hover, .w-ripple-hover:not(:active):focus, .w-ripple-trigger:not(:active):focus .w-ripple-hover': {
|
298
292
|
'& .w-ripple:not(:active)::before, &.w-ripple::before': {
|
299
293
|
'opacity': 'var(--w-ripple-opacity, 0.10)',
|
300
294
|
},
|