feat(Uploader): improve disabled cursor
This commit is contained in:
@@ -22,6 +22,10 @@
|
|||||||
&-wrapper {
|
&-wrapper {
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
&:disabled {
|
||||||
|
cursor: not-allowed;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
&__upload {
|
&__upload {
|
||||||
|
|||||||
Reference in New Issue
Block a user