dnd-grid icon indicating copy to clipboard operation
dnd-grid copied to clipboard

Use of !important CSS rule

Open jennydaman opened this issue 6 years ago • 1 comments

https://github.com/dattn/dnd-grid/blob/1d4c05bbb540dc71d131a67a63aeb4816f128d69/src/Container.vue#L27

Is !important necessary here? It's reasonable that one would want to override the default CSS rules of .dnd-grid-box.placeholder. eg. transition: ease-out 0.2s;

jennydaman avatar Apr 02 '18 13:04 jennydaman

Good point, i need to test that.

dattn avatar Jun 15 '18 08:06 dattn