Line data Source code
1 1 : <template lang="pug"> 2 16 : div.d-none 3 16 : </template> 4 16 : <script src='./SVGSelector.vue.js' /> 5 16 : <style lang='scss'> 6 : .x-ssvg-item { 7 1 : .x-svg .hovered { 8 1 : cursor: crosshair; 9 : stroke: red!important; 10 : stroke-width: 2px!important; 11 : opacity: 1!important; 12 : } 13 : } 14 : </style>