Skip to content

Commit

Permalink
style: optimize input readonly cursor style
Browse files Browse the repository at this point in the history
  • Loading branch information
xrkffgg committed Aug 3, 2020
1 parent 9fdad14 commit a8b71eb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions components/input/style/mixin.less
Expand Up @@ -70,6 +70,10 @@
.active();
}

&:read-only {
cursor: default;
}

&-disabled {
.disabled();
}
Expand Down

0 comments on commit a8b71eb

Please sign in to comment.