mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2026-09-02 07:57:15 +00:00
12 lines
148 B
SCSS
12 lines
148 B
SCSS
.badge {
|
|
cursor: move;
|
|
}
|
|
|
|
.cdk-drop-list-disabled {
|
|
cursor: not-allowed !important;
|
|
|
|
* {
|
|
pointer-events: none !important;
|
|
}
|
|
}
|