show not-allowed cursor for readonly color picker

This commit is contained in:
Mads Rasmussen
2022-04-28 13:20:59 +02:00
parent 8923d1a7f5
commit 749aa8f68d

View File

@@ -19,3 +19,9 @@
}
}
}
.umb-color-picker:read-only {
.sp-replacer {
cursor: not-allowed;
}
}