feat: improve cursor
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
|
||||
.van-rate {
|
||||
display: inline-flex;
|
||||
cursor: pointer;
|
||||
user-select: none;
|
||||
|
||||
&__item {
|
||||
@@ -25,4 +26,12 @@
|
||||
overflow: hidden;
|
||||
}
|
||||
}
|
||||
|
||||
&--disabled {
|
||||
cursor: not-allowed;
|
||||
}
|
||||
|
||||
&--readonly {
|
||||
cursor: default;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user