Skip to content

Commit

Permalink
fix: delete background color for grid item
Browse files Browse the repository at this point in the history
  • Loading branch information
Cristian Gratii authored and terrarium789 committed Mar 12, 2024
1 parent 5f295fc commit b3b23dd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/vue-draggable-grid/src/components/GridItem.vue
Original file line number Diff line number Diff line change
Expand Up @@ -539,7 +539,6 @@ onMounted(() => {
.vue-grid-item {
box-sizing: border-box;
touch-action: none;
background-color: #f2f2f2;
transition: all .2s ease;
transition-property: left, top, right;
Expand Down

0 comments on commit b3b23dd

Please sign in to comment.