Browse Source

Merge pull request #172098 in DEC/fineui from master to feature/x

* commit 'fcdf5b1cd8519b18dcc9385029a91ec27d951390':
  chore: 优化代码
  chore: 优化代码
master
superman 2 years ago
parent
commit
a1426a69ca
  1. 13
      src/less/core/utils/common.less

13
src/less/core/utils/common.less

@ -2,6 +2,19 @@
.base-disabled {
cursor: not-allowed !important;
.cursor-pointer {
cursor: not-allowed !important;
}
.cursor-default {
cursor: not-allowed !important;
}
.cursor-move {
cursor: not-allowed !important;
}
.cursor-text{
cursor: not-allowed !important;
}
color: @color-bi-text-disabled !important;
& .bi-input {

Loading…
Cancel
Save