File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
packages/@vue/cli-ui/src/components Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 64
64
icon-left =" close"
65
65
v-tooltip =" $t('org.vue.components.widget.remove')"
66
66
@mousedown.native.stop
67
- @click =" remove()"
67
+ @click.stop =" remove()"
68
68
/>
69
69
70
70
<template v-if =" isSelected " >
@@ -548,8 +548,6 @@ export default {
548
548
v-box ()
549
549
box-center ()
550
550
cursor move
551
- & :hover
552
- background rgba ($vue-ui-color-primary, .2 )
553
551
554
552
/deep/ > *
555
553
transition transform .15s
@@ -571,6 +569,11 @@ export default {
571
569
>>> svg
572
570
fill @color
573
571
572
+ .customize-overlay :hover ,
573
+ .moving .customize-overlay ,
574
+ .resizing .customize-overlay
575
+ background rgba ($vue-ui-color-primary, .2 )
576
+
574
577
.remove-button
575
578
position absolute
576
579
top $padding-item
You can’t perform that action at this time.
0 commit comments