src_js/iconolab-bundle/src/components/editor/ZoomThumbnail.vue
changeset 355 004fdb42f063
parent 335 86dbf2cdeeeb
child 428 722d8e9e2f6e
--- a/src_js/iconolab-bundle/src/components/editor/ZoomThumbnail.vue	Thu Feb 23 11:49:47 2017 +0100
+++ b/src_js/iconolab-bundle/src/components/editor/ZoomThumbnail.vue	Thu Feb 23 11:50:57 2017 +0100
@@ -1,5 +1,5 @@
 <template>
-    <div class="wrapper">
+    <div>
         <svg ref="svg" v-bind:width="thumbnailWidth" v-bind:height="thumbnailHeight">
             <image xmlns:xlink="http://www.w3.org/1999/xlink"
                 x="0" y="0"
@@ -119,13 +119,6 @@
 </script>
 
 <style scoped>
-.wrapper {
-    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
-}
-.wrapper svg {
-    border: 2px solid black;
-    border-radius: 4px;
-}
 .move-handler {
     cursor: -moz-grab;
     cursor: -webkit-grab;