Browse Source

Pull request #3067: 无JIRA任务 chore: 优化代码

Merge in VISUAL/fineui from ~GUY/fineui:master to master

* commit '34fa238aeff0c5c603fb4c23546b5630c049debb':
  chore: 优化代码
  chore: 优化代码
es6
guy-王川 2 years ago
parent
commit
fcdf5b1cd8
  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