Browse Source

Pull request #1363: BI-66861 feat: 更新图标

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

* commit '4c4d59d324da8a64f278a9e140d69f1ebf2d8abe':
  BI-66861 feat: 更新图标
es6
fay 4 years ago
parent
commit
9f39d78db4
  1. BIN
      dist/images/1x/icon/dark/trans_disable.png
  2. BIN
      dist/images/1x/icon/dark/trans_normal.png
  3. BIN
      dist/images/1x/icon/dark/trans_select.png
  4. BIN
      dist/images/1x/icon/trans_disable.png
  5. BIN
      dist/images/1x/icon/trans_normal.png
  6. BIN
      dist/images/1x/icon/trans_select.png
  7. BIN
      dist/images/2x/icon/dark/trans_disable.png
  8. BIN
      dist/images/2x/icon/dark/trans_normal.png
  9. BIN
      dist/images/2x/icon/dark/trans_select.png
  10. BIN
      dist/images/2x/icon/trans_disable.png
  11. BIN
      dist/images/2x/icon/trans_normal.png
  12. BIN
      dist/images/2x/icon/trans_select.png
  13. 6
      src/less/lib/icon.less
  14. 60
      src/less/resource/icon.less

BIN
dist/images/1x/icon/dark/trans_disable.png vendored

Binary file not shown.

After

Width:  |  Height:  |  Size: 535 B

BIN
dist/images/1x/icon/dark/trans_normal.png vendored

Binary file not shown.

After

Width:  |  Height:  |  Size: 448 B

BIN
dist/images/1x/icon/dark/trans_select.png vendored

Binary file not shown.

After

Width:  |  Height:  |  Size: 456 B

BIN
dist/images/1x/icon/trans_disable.png vendored

Binary file not shown.

After

Width:  |  Height:  |  Size: 535 B

BIN
dist/images/1x/icon/trans_normal.png vendored

Binary file not shown.

After

Width:  |  Height:  |  Size: 458 B

BIN
dist/images/1x/icon/trans_select.png vendored

Binary file not shown.

After

Width:  |  Height:  |  Size: 456 B

BIN
dist/images/2x/icon/dark/trans_disable.png vendored

Binary file not shown.

After

Width:  |  Height:  |  Size: 1018 B

BIN
dist/images/2x/icon/dark/trans_normal.png vendored

Binary file not shown.

After

Width:  |  Height:  |  Size: 957 B

BIN
dist/images/2x/icon/dark/trans_select.png vendored

Binary file not shown.

After

Width:  |  Height:  |  Size: 991 B

BIN
dist/images/2x/icon/trans_disable.png vendored

Binary file not shown.

Before

Width:  |  Height:  |  Size: 285 B

After

Width:  |  Height:  |  Size: 1018 B

BIN
dist/images/2x/icon/trans_normal.png vendored

Binary file not shown.

Before

Width:  |  Height:  |  Size: 293 B

After

Width:  |  Height:  |  Size: 985 B

BIN
dist/images/2x/icon/trans_select.png vendored

Binary file not shown.

Before

Width:  |  Height:  |  Size: 292 B

After

Width:  |  Height:  |  Size: 991 B

6
src/less/lib/icon.less

@ -54,4 +54,8 @@
@icon-auto-disable: "icon/auto_disable.png";
@icon-trans-normal: "icon/trans_normal.png";
@icon-trans-select: "icon/trans_select.png";
@icon-trans-disable: "icon/trans_disable.png";
@icon-trans-disable: "icon/trans_disable.png";
@icon-trans-normal-dark: "icon/dark/trans_normal.png";
@icon-trans-select-dark: "icon/dark/trans_select.png";
@icon-trans-disable-dark: "icon/dark/trans_disable.png";

60
src/less/resource/icon.less

@ -14,50 +14,6 @@
.icon(tree-vertical-line-type3, @icon-tree-vertical-line-3);
.icon(tree-vertical-line-type4, @icon-tree-vertical-line-4);
.bi-theme-dark {
.icon(tree-collapse-icon-type1, @icon-tree-collapse-type1-theme-dark);
}
.bi-theme-dark {
.icon(tree-collapse-icon-type2, @icon-tree-collapse-type2-theme-dark);
}
.bi-theme-dark {
.icon(tree-collapse-icon-type3, @icon-tree-collapse-type3-theme-dark);
}
.bi-theme-dark {
.icon(tree-collapse-icon-type4, @icon-tree-collapse-type4-theme-dark);
}
.bi-theme-dark {
.icon(tree-expand-icon-type1, @icon-tree-expand-type1-theme-dark);
}
.bi-theme-dark {
.icon(tree-expand-icon-type2, @icon-tree-expand-type2-theme-dark);
}
.bi-theme-dark {
.icon(tree-expand-icon-type3, @icon-tree-expand-type3-theme-dark);
}
.bi-theme-dark {
.icon(tree-expand-icon-type4, @icon-tree-expand-type4-theme-dark);
}
.bi-theme-dark {
.icon(tree-vertical-line-type2, @icon-tree-vertical-line-2-theme-dark);
}
.bi-theme-dark {
.icon(tree-vertical-line-type3, @icon-tree-vertical-line-3-theme-dark);
}
.bi-theme-dark {
.icon(tree-vertical-line-type4, @icon-tree-vertical-line-4-theme-dark);
}
//CheckBox
.icon_custom(check-box-icon, @icon-checkbox-normal, @icon-checkbox-normal, @icon-checkbox-normal, @icon-checkbox-active, @icon-checkbox-disable, @icon-checkbox-active-disable);
//Radio
@ -72,3 +28,19 @@
//颜色自动、透明
.icon_select(auto-color-icon, @icon-auto-normal, @icon-auto-select, @icon-auto-disable);
.icon_select(trans-color-icon, @icon-trans-normal, @icon-trans-select, @icon-trans-disable);
.bi-theme-dark {
.icon(tree-collapse-icon-type1, @icon-tree-collapse-type1-theme-dark);
.icon(tree-collapse-icon-type2, @icon-tree-collapse-type2-theme-dark);
.icon(tree-collapse-icon-type3, @icon-tree-collapse-type3-theme-dark);
.icon(tree-collapse-icon-type4, @icon-tree-collapse-type4-theme-dark);
.icon(tree-expand-icon-type1, @icon-tree-expand-type1-theme-dark);
.icon(tree-expand-icon-type2, @icon-tree-expand-type2-theme-dark);
.icon(tree-expand-icon-type3, @icon-tree-expand-type3-theme-dark);
.icon(tree-expand-icon-type4, @icon-tree-expand-type4-theme-dark);
.icon(tree-vertical-line-type2, @icon-tree-vertical-line-2-theme-dark);
.icon(tree-vertical-line-type3, @icon-tree-vertical-line-3-theme-dark);
.icon(tree-vertical-line-type4, @icon-tree-vertical-line-4-theme-dark);
.icon_select(trans-color-icon, @icon-trans-normal-dark, @icon-trans-select-dark, @icon-trans-disable-dark);
}
Loading…
Cancel
Save