fix: show 'not allowed' cursor on readonly input fields
This commit is contained in:
@@ -21,7 +21,9 @@ label.required:after {
|
|||||||
@apply border-red-500;
|
@apply border-red-500;
|
||||||
}
|
}
|
||||||
|
|
||||||
input[readonly],
|
|
||||||
select[readonly] {
|
select[readonly] {
|
||||||
@apply pointer-events-none;
|
@apply pointer-events-none cursor-not-allowed;
|
||||||
|
}
|
||||||
|
input[readonly] {
|
||||||
|
@apply cursor-not-allowed;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user