gridaco/code

[Web/css] image selection option as flag `--no-drag`

softmarshmallow opened this issue · 0 comments

image

Add flag support to make image non draggable by user.

Layer: non-dragable-image --no-drag

will generate

.image-no-drag{
    user-select: none;
    -webkit-user-drag: none;
}