Files
oxygen-ui/src/assets/css/components/dnd/drag-handle.scss
FatttSnake 7b61a5fdb3 Feat(Menu): Add tool menu via drag and drop
Drag and drop a tool card to add tool menu
2024-04-30 13:42:36 +08:00

6 lines
108 B
SCSS

[data-component=component-drag-handle] {
background-color: transparent;
color: unset;
cursor: grab;
}