guy 7 years ago
parent
commit
561bdc3898
  1. 3
      src/css/core/utils/common.css
  2. 4
      src/less/core/utils/common.less

3
src/css/core/utils/common.css

@ -87,9 +87,6 @@
.bi-keyword-red-mark {
color: #f07d0a;
}
.bi-white {
color: #ffffff;
}
.bi-high-light {
color: #3f8ce8;
}

4
src/less/core/utils/common.less

@ -122,10 +122,6 @@
color: @color-bi-text-redmark;
}
.bi-white {
color: @color-bi-text;
}
//高亮
.bi-high-light {
color: @color-bi-text-highlight;

Loading…
Cancel
Save