windy 6 years ago
parent
commit
f4cbb1aeef
  1. 20
      demo/js/case/demo.click.effect.js
  2. 2
      dist/_fineui.min.js
  3. 49
      dist/bundle.css
  4. 6
      dist/bundle.js
  5. 2
      dist/bundle.min.css
  6. 2
      dist/bundle.min.js
  7. 6
      dist/case.js
  8. 49
      dist/core.css
  9. 49
      dist/core_without_normalize.css
  10. 20
      dist/demo.js
  11. 49
      dist/fineui.css
  12. 6
      dist/fineui.js
  13. 2
      dist/fineui.min.css
  14. 2
      dist/fineui.min.js
  15. 6
      src/case/combo/iconcombo/trigger.iconcombo.js
  16. 49
      src/css/core/utils/common.css
  17. 49
      src/less/core/utils/common.less

20
demo/js/case/demo.click.effect.js

@ -8,27 +8,31 @@ Demo.Func = BI.inherit(BI.Widget, {
type: "bi.vertical",
items: BI.createItems([{
text: "bi-list-item",
cls: "bi-list-item"
cls: "bi-list-item close-font"
}, {
text: "bi-list-item-simple",
cls: "bi-list-item-simple"
cls: "bi-list-item-simple close-font"
}, {
text: "bi-list-item-effect",
cls: "bi-list-item-effect"
cls: "bi-list-item-effect close-font"
}, {
text: "bi-list-item-active",
cls: "bi-list-item-active"
cls: "bi-list-item-active close-font"
}, {
text: "bi-list-item-active2",
cls: "bi-list-item-active2"
cls: "bi-list-item-active2 close-font"
}, {
text: "bi-list-item-active3",
cls: "bi-list-item-active3"
cls: "bi-list-item-active3 close-font"
}, {
text: "bi-list-item-select",
cls: "bi-list-item-select"
cls: "bi-list-item-select close-font"
}], {
type: "bi.text_item"
type: "bi.icon_text_item",
disabled: true,
logic: {
dynamic: true
}
}),
vgap: 10
};

2
dist/_fineui.min.js vendored

File diff suppressed because one or more lines are too long

49
dist/bundle.css vendored

@ -295,7 +295,7 @@ textarea {
color: #9ea6b2 !important;
}
.base-disabled .b-font:before {
color: #9ea6b2 !important;
color: #d0d4da !important;
}
.bi-theme-dark .base-disabled {
color: #878d9f !important;
@ -307,7 +307,7 @@ textarea {
color: #878d9f !important;
}
.bi-theme-dark .base-disabled .b-font:before {
color: #878d9f !important;
color: #606479 !important;
}
.base-invalid {
cursor: default !important;
@ -565,9 +565,6 @@ textarea {
.bi-list-item.disabled:active .bi-high-light {
color: #9ea6b2 !important;
}
.bi-list-item.disabled .b-font:before {
color: #d0d4da !important;
}
.bi-theme-dark .bi-list-item:hover,
.bi-theme-dark .bi-list-item.hover {
color: #ffffff;
@ -603,9 +600,6 @@ textarea {
.bi-theme-dark .bi-list-item.disabled:active .bi-high-light {
color: #878d9f !important;
}
.bi-theme-dark .bi-list-item.disabled .b-font:before {
color: #606479 !important;
}
.bi-list-item-border:active,
.bi-list-item-border.active {
border: 1px solid #3685f2;
@ -642,9 +636,6 @@ textarea {
.bi-list-item-simple.disabled:active .bi-high-light {
color: #9ea6b2 !important;
}
.bi-list-item-simple.disabled .b-font:before {
color: #d0d4da !important;
}
.bi-list-item-effect:hover {
color: #232e40;
}
@ -686,9 +677,6 @@ textarea {
.bi-list-item-effect.disabled:active .bi-high-light {
color: #9ea6b2 !important;
}
.bi-list-item-effect.disabled .b-font:before {
color: #d0d4da !important;
}
.bi-theme-dark .bi-list-item-effect:hover {
color: #ffffff;
}
@ -731,9 +719,6 @@ textarea {
.bi-theme-dark .bi-list-item-effect.disabled:active .bi-high-light {
color: #878d9f !important;
}
.bi-theme-dark .bi-list-item-effect.disabled .b-font:before {
color: #606479 !important;
}
.bi-list-item-active:hover,
.bi-list-item-active.hover {
color: #232e40;
@ -789,9 +774,6 @@ textarea {
.bi-list-item-active.disabled:active .bi-high-light {
color: #9ea6b2 !important;
}
.bi-list-item-active.disabled .b-font:before {
color: #d0d4da !important;
}
.bi-theme-dark .bi-list-item-active:hover,
.bi-theme-dark .bi-list-item-active.hover {
color: #ffffff;
@ -841,9 +823,6 @@ textarea {
.bi-theme-dark .bi-list-item-active.disabled:active .bi-high-light {
color: #878d9f !important;
}
.bi-theme-dark .bi-list-item-active.disabled .b-font:before {
color: #606479 !important;
}
.bi-list-item-active2:hover,
.bi-list-item-active2.hover {
color: #232e40;
@ -906,9 +885,6 @@ textarea {
.bi-list-item-active2.disabled:active .bi-high-light {
color: #9ea6b2 !important;
}
.bi-list-item-active2.disabled .b-font:before {
color: #d0d4da !important;
}
.bi-theme-dark .bi-list-item-active2:hover,
.bi-theme-dark .bi-list-item-active2.hover {
color: #ffffff;
@ -956,9 +932,6 @@ textarea {
.bi-theme-dark .bi-list-item-active2.disabled:active .bi-high-light {
color: #878d9f !important;
}
.bi-theme-dark .bi-list-item-active2.disabled .b-font:before {
color: #606479 !important;
}
.bi-list-item-active3:hover,
.bi-list-item-active3.hover {
color: #232e40;
@ -1008,9 +981,6 @@ textarea {
.bi-list-item-active3.disabled:active .bi-high-light {
color: #9ea6b2 !important;
}
.bi-list-item-active3.disabled .b-font:before {
color: #d0d4da !important;
}
.bi-theme-dark .bi-list-item-active3:hover,
.bi-theme-dark .bi-list-item-active3.hover {
color: #ffffff;
@ -1060,9 +1030,6 @@ textarea {
.bi-theme-dark .bi-list-item-active3.disabled:active .bi-high-light {
color: #878d9f !important;
}
.bi-theme-dark .bi-list-item-active3.disabled .b-font:before {
color: #606479 !important;
}
.bi-list-item-select:hover,
.bi-list-item-select.hover {
background-color: rgba(54, 133, 242, 0.06);
@ -1200,9 +1167,6 @@ textarea {
.bi-list-item-select.disabled.active.bi-high-light-border {
border-color: #d0d4da;
}
.bi-list-item-select.disabled .b-font:before {
color: #d0d4da !important;
}
.bi-list-item-select2:hover,
.bi-list-item-select2.hover {
background-color: #f7f8fa;
@ -1282,9 +1246,6 @@ textarea {
.bi-theme-dark .bi-list-item-select.disabled:active .bi-high-light {
color: #878d9f !important;
}
.bi-theme-dark .bi-list-item-select.disabled .b-font:before {
color: #606479 !important;
}
.bi-list-item-none:hover,
.bi-list-item-none.hover {
color: inherit;
@ -1336,9 +1297,6 @@ textarea {
.bi-list-item-none.disabled:active .bi-high-light {
color: #9ea6b2 !important;
}
.bi-list-item-none.disabled .b-font:before {
color: #d0d4da !important;
}
.bi-theme-dark .bi-list-item-none:hover,
.bi-theme-dark .bi-list-item-none.hover {
color: inherit;
@ -1390,9 +1348,6 @@ textarea {
.bi-theme-dark .bi-list-item-none.disabled:active .bi-high-light {
color: #878d9f !important;
}
.bi-theme-dark .bi-list-item-none.disabled .b-font:before {
color: #606479 !important;
}
/*****************cursor*****************/
.cursor-pointer {
cursor: pointer;

6
dist/bundle.js vendored

@ -78410,7 +78410,7 @@ BI.IconComboTrigger = BI.inherit(BI.Trigger, {
cls: "icon-combo-trigger-icon",
iconCls: iconCls,
disableSelected: true,
width: o.isShowDown ? o.width - 2 : o.width,
width: o.isShowDown ? o.width - 12 : o.width,
height: o.height,
iconWidth: o.iconWidth,
iconHeight: o.iconHeight,
@ -78419,7 +78419,7 @@ BI.IconComboTrigger = BI.inherit(BI.Trigger, {
this.down = BI.createWidget({
type: "bi.icon_button",
disableSelected: true,
cls: "icon-combo-down-icon trigger-triangle-font",
cls: "icon-combo-down-icon trigger-triangle-font font-size-12",
width: 12,
height: 8,
selected: BI.isNotEmptyString(iconCls)
@ -78436,7 +78436,7 @@ BI.IconComboTrigger = BI.inherit(BI.Trigger, {
bottom: 0
}, {
el: this.down,
right: 0,
right: 3,
bottom: 0
}]
});

2
dist/bundle.min.css vendored

File diff suppressed because one or more lines are too long

2
dist/bundle.min.js vendored

File diff suppressed because one or more lines are too long

6
dist/case.js vendored

@ -5842,7 +5842,7 @@ BI.IconComboTrigger = BI.inherit(BI.Trigger, {
cls: "icon-combo-trigger-icon",
iconCls: iconCls,
disableSelected: true,
width: o.isShowDown ? o.width - 2 : o.width,
width: o.isShowDown ? o.width - 12 : o.width,
height: o.height,
iconWidth: o.iconWidth,
iconHeight: o.iconHeight,
@ -5851,7 +5851,7 @@ BI.IconComboTrigger = BI.inherit(BI.Trigger, {
this.down = BI.createWidget({
type: "bi.icon_button",
disableSelected: true,
cls: "icon-combo-down-icon trigger-triangle-font",
cls: "icon-combo-down-icon trigger-triangle-font font-size-12",
width: 12,
height: 8,
selected: BI.isNotEmptyString(iconCls)
@ -5868,7 +5868,7 @@ BI.IconComboTrigger = BI.inherit(BI.Trigger, {
bottom: 0
}, {
el: this.down,
right: 0,
right: 3,
bottom: 0
}]
});

49
dist/core.css vendored

@ -295,7 +295,7 @@ textarea {
color: #9ea6b2 !important;
}
.base-disabled .b-font:before {
color: #9ea6b2 !important;
color: #d0d4da !important;
}
.bi-theme-dark .base-disabled {
color: #878d9f !important;
@ -307,7 +307,7 @@ textarea {
color: #878d9f !important;
}
.bi-theme-dark .base-disabled .b-font:before {
color: #878d9f !important;
color: #606479 !important;
}
.base-invalid {
cursor: default !important;
@ -565,9 +565,6 @@ textarea {
.bi-list-item.disabled:active .bi-high-light {
color: #9ea6b2 !important;
}
.bi-list-item.disabled .b-font:before {
color: #d0d4da !important;
}
.bi-theme-dark .bi-list-item:hover,
.bi-theme-dark .bi-list-item.hover {
color: #ffffff;
@ -603,9 +600,6 @@ textarea {
.bi-theme-dark .bi-list-item.disabled:active .bi-high-light {
color: #878d9f !important;
}
.bi-theme-dark .bi-list-item.disabled .b-font:before {
color: #606479 !important;
}
.bi-list-item-border:active,
.bi-list-item-border.active {
border: 1px solid #3685f2;
@ -642,9 +636,6 @@ textarea {
.bi-list-item-simple.disabled:active .bi-high-light {
color: #9ea6b2 !important;
}
.bi-list-item-simple.disabled .b-font:before {
color: #d0d4da !important;
}
.bi-list-item-effect:hover {
color: #232e40;
}
@ -686,9 +677,6 @@ textarea {
.bi-list-item-effect.disabled:active .bi-high-light {
color: #9ea6b2 !important;
}
.bi-list-item-effect.disabled .b-font:before {
color: #d0d4da !important;
}
.bi-theme-dark .bi-list-item-effect:hover {
color: #ffffff;
}
@ -731,9 +719,6 @@ textarea {
.bi-theme-dark .bi-list-item-effect.disabled:active .bi-high-light {
color: #878d9f !important;
}
.bi-theme-dark .bi-list-item-effect.disabled .b-font:before {
color: #606479 !important;
}
.bi-list-item-active:hover,
.bi-list-item-active.hover {
color: #232e40;
@ -789,9 +774,6 @@ textarea {
.bi-list-item-active.disabled:active .bi-high-light {
color: #9ea6b2 !important;
}
.bi-list-item-active.disabled .b-font:before {
color: #d0d4da !important;
}
.bi-theme-dark .bi-list-item-active:hover,
.bi-theme-dark .bi-list-item-active.hover {
color: #ffffff;
@ -841,9 +823,6 @@ textarea {
.bi-theme-dark .bi-list-item-active.disabled:active .bi-high-light {
color: #878d9f !important;
}
.bi-theme-dark .bi-list-item-active.disabled .b-font:before {
color: #606479 !important;
}
.bi-list-item-active2:hover,
.bi-list-item-active2.hover {
color: #232e40;
@ -906,9 +885,6 @@ textarea {
.bi-list-item-active2.disabled:active .bi-high-light {
color: #9ea6b2 !important;
}
.bi-list-item-active2.disabled .b-font:before {
color: #d0d4da !important;
}
.bi-theme-dark .bi-list-item-active2:hover,
.bi-theme-dark .bi-list-item-active2.hover {
color: #ffffff;
@ -956,9 +932,6 @@ textarea {
.bi-theme-dark .bi-list-item-active2.disabled:active .bi-high-light {
color: #878d9f !important;
}
.bi-theme-dark .bi-list-item-active2.disabled .b-font:before {
color: #606479 !important;
}
.bi-list-item-active3:hover,
.bi-list-item-active3.hover {
color: #232e40;
@ -1008,9 +981,6 @@ textarea {
.bi-list-item-active3.disabled:active .bi-high-light {
color: #9ea6b2 !important;
}
.bi-list-item-active3.disabled .b-font:before {
color: #d0d4da !important;
}
.bi-theme-dark .bi-list-item-active3:hover,
.bi-theme-dark .bi-list-item-active3.hover {
color: #ffffff;
@ -1060,9 +1030,6 @@ textarea {
.bi-theme-dark .bi-list-item-active3.disabled:active .bi-high-light {
color: #878d9f !important;
}
.bi-theme-dark .bi-list-item-active3.disabled .b-font:before {
color: #606479 !important;
}
.bi-list-item-select:hover,
.bi-list-item-select.hover {
background-color: rgba(54, 133, 242, 0.06);
@ -1200,9 +1167,6 @@ textarea {
.bi-list-item-select.disabled.active.bi-high-light-border {
border-color: #d0d4da;
}
.bi-list-item-select.disabled .b-font:before {
color: #d0d4da !important;
}
.bi-list-item-select2:hover,
.bi-list-item-select2.hover {
background-color: #f7f8fa;
@ -1282,9 +1246,6 @@ textarea {
.bi-theme-dark .bi-list-item-select.disabled:active .bi-high-light {
color: #878d9f !important;
}
.bi-theme-dark .bi-list-item-select.disabled .b-font:before {
color: #606479 !important;
}
.bi-list-item-none:hover,
.bi-list-item-none.hover {
color: inherit;
@ -1336,9 +1297,6 @@ textarea {
.bi-list-item-none.disabled:active .bi-high-light {
color: #9ea6b2 !important;
}
.bi-list-item-none.disabled .b-font:before {
color: #d0d4da !important;
}
.bi-theme-dark .bi-list-item-none:hover,
.bi-theme-dark .bi-list-item-none.hover {
color: inherit;
@ -1390,9 +1348,6 @@ textarea {
.bi-theme-dark .bi-list-item-none.disabled:active .bi-high-light {
color: #878d9f !important;
}
.bi-theme-dark .bi-list-item-none.disabled .b-font:before {
color: #606479 !important;
}
/*****************cursor*****************/
.cursor-pointer {
cursor: pointer;

49
dist/core_without_normalize.css vendored

@ -17,7 +17,7 @@ textarea {
color: #9ea6b2 !important;
}
.base-disabled .b-font:before {
color: #9ea6b2 !important;
color: #d0d4da !important;
}
.bi-theme-dark .base-disabled {
color: #878d9f !important;
@ -29,7 +29,7 @@ textarea {
color: #878d9f !important;
}
.bi-theme-dark .base-disabled .b-font:before {
color: #878d9f !important;
color: #606479 !important;
}
.base-invalid {
cursor: default !important;
@ -287,9 +287,6 @@ textarea {
.bi-list-item.disabled:active .bi-high-light {
color: #9ea6b2 !important;
}
.bi-list-item.disabled .b-font:before {
color: #d0d4da !important;
}
.bi-theme-dark .bi-list-item:hover,
.bi-theme-dark .bi-list-item.hover {
color: #ffffff;
@ -325,9 +322,6 @@ textarea {
.bi-theme-dark .bi-list-item.disabled:active .bi-high-light {
color: #878d9f !important;
}
.bi-theme-dark .bi-list-item.disabled .b-font:before {
color: #606479 !important;
}
.bi-list-item-border:active,
.bi-list-item-border.active {
border: 1px solid #3685f2;
@ -364,9 +358,6 @@ textarea {
.bi-list-item-simple.disabled:active .bi-high-light {
color: #9ea6b2 !important;
}
.bi-list-item-simple.disabled .b-font:before {
color: #d0d4da !important;
}
.bi-list-item-effect:hover {
color: #232e40;
}
@ -408,9 +399,6 @@ textarea {
.bi-list-item-effect.disabled:active .bi-high-light {
color: #9ea6b2 !important;
}
.bi-list-item-effect.disabled .b-font:before {
color: #d0d4da !important;
}
.bi-theme-dark .bi-list-item-effect:hover {
color: #ffffff;
}
@ -453,9 +441,6 @@ textarea {
.bi-theme-dark .bi-list-item-effect.disabled:active .bi-high-light {
color: #878d9f !important;
}
.bi-theme-dark .bi-list-item-effect.disabled .b-font:before {
color: #606479 !important;
}
.bi-list-item-active:hover,
.bi-list-item-active.hover {
color: #232e40;
@ -511,9 +496,6 @@ textarea {
.bi-list-item-active.disabled:active .bi-high-light {
color: #9ea6b2 !important;
}
.bi-list-item-active.disabled .b-font:before {
color: #d0d4da !important;
}
.bi-theme-dark .bi-list-item-active:hover,
.bi-theme-dark .bi-list-item-active.hover {
color: #ffffff;
@ -563,9 +545,6 @@ textarea {
.bi-theme-dark .bi-list-item-active.disabled:active .bi-high-light {
color: #878d9f !important;
}
.bi-theme-dark .bi-list-item-active.disabled .b-font:before {
color: #606479 !important;
}
.bi-list-item-active2:hover,
.bi-list-item-active2.hover {
color: #232e40;
@ -628,9 +607,6 @@ textarea {
.bi-list-item-active2.disabled:active .bi-high-light {
color: #9ea6b2 !important;
}
.bi-list-item-active2.disabled .b-font:before {
color: #d0d4da !important;
}
.bi-theme-dark .bi-list-item-active2:hover,
.bi-theme-dark .bi-list-item-active2.hover {
color: #ffffff;
@ -678,9 +654,6 @@ textarea {
.bi-theme-dark .bi-list-item-active2.disabled:active .bi-high-light {
color: #878d9f !important;
}
.bi-theme-dark .bi-list-item-active2.disabled .b-font:before {
color: #606479 !important;
}
.bi-list-item-active3:hover,
.bi-list-item-active3.hover {
color: #232e40;
@ -730,9 +703,6 @@ textarea {
.bi-list-item-active3.disabled:active .bi-high-light {
color: #9ea6b2 !important;
}
.bi-list-item-active3.disabled .b-font:before {
color: #d0d4da !important;
}
.bi-theme-dark .bi-list-item-active3:hover,
.bi-theme-dark .bi-list-item-active3.hover {
color: #ffffff;
@ -782,9 +752,6 @@ textarea {
.bi-theme-dark .bi-list-item-active3.disabled:active .bi-high-light {
color: #878d9f !important;
}
.bi-theme-dark .bi-list-item-active3.disabled .b-font:before {
color: #606479 !important;
}
.bi-list-item-select:hover,
.bi-list-item-select.hover {
background-color: rgba(54, 133, 242, 0.06);
@ -922,9 +889,6 @@ textarea {
.bi-list-item-select.disabled.active.bi-high-light-border {
border-color: #d0d4da;
}
.bi-list-item-select.disabled .b-font:before {
color: #d0d4da !important;
}
.bi-list-item-select2:hover,
.bi-list-item-select2.hover {
background-color: #f7f8fa;
@ -1004,9 +968,6 @@ textarea {
.bi-theme-dark .bi-list-item-select.disabled:active .bi-high-light {
color: #878d9f !important;
}
.bi-theme-dark .bi-list-item-select.disabled .b-font:before {
color: #606479 !important;
}
.bi-list-item-none:hover,
.bi-list-item-none.hover {
color: inherit;
@ -1058,9 +1019,6 @@ textarea {
.bi-list-item-none.disabled:active .bi-high-light {
color: #9ea6b2 !important;
}
.bi-list-item-none.disabled .b-font:before {
color: #d0d4da !important;
}
.bi-theme-dark .bi-list-item-none:hover,
.bi-theme-dark .bi-list-item-none.hover {
color: inherit;
@ -1112,9 +1070,6 @@ textarea {
.bi-theme-dark .bi-list-item-none.disabled:active .bi-high-light {
color: #878d9f !important;
}
.bi-theme-dark .bi-list-item-none.disabled .b-font:before {
color: #606479 !important;
}
/*****************cursor*****************/
.cursor-pointer {
cursor: pointer;

20
dist/demo.js vendored

@ -2386,27 +2386,31 @@ BI.shortcut("demo.calendar", Demo.Func);Demo.Func = BI.inherit(BI.Widget, {
type: "bi.vertical",
items: BI.createItems([{
text: "bi-list-item",
cls: "bi-list-item"
cls: "bi-list-item close-font"
}, {
text: "bi-list-item-simple",
cls: "bi-list-item-simple"
cls: "bi-list-item-simple close-font"
}, {
text: "bi-list-item-effect",
cls: "bi-list-item-effect"
cls: "bi-list-item-effect close-font"
}, {
text: "bi-list-item-active",
cls: "bi-list-item-active"
cls: "bi-list-item-active close-font"
}, {
text: "bi-list-item-active2",
cls: "bi-list-item-active2"
cls: "bi-list-item-active2 close-font"
}, {
text: "bi-list-item-active3",
cls: "bi-list-item-active3"
cls: "bi-list-item-active3 close-font"
}, {
text: "bi-list-item-select",
cls: "bi-list-item-select"
cls: "bi-list-item-select close-font"
}], {
type: "bi.text_item"
type: "bi.icon_text_item",
disabled: true,
logic: {
dynamic: true
}
}),
vgap: 10
};

49
dist/fineui.css vendored

@ -295,7 +295,7 @@ textarea {
color: #9ea6b2 !important;
}
.base-disabled .b-font:before {
color: #9ea6b2 !important;
color: #d0d4da !important;
}
.bi-theme-dark .base-disabled {
color: #878d9f !important;
@ -307,7 +307,7 @@ textarea {
color: #878d9f !important;
}
.bi-theme-dark .base-disabled .b-font:before {
color: #878d9f !important;
color: #606479 !important;
}
.base-invalid {
cursor: default !important;
@ -565,9 +565,6 @@ textarea {
.bi-list-item.disabled:active .bi-high-light {
color: #9ea6b2 !important;
}
.bi-list-item.disabled .b-font:before {
color: #d0d4da !important;
}
.bi-theme-dark .bi-list-item:hover,
.bi-theme-dark .bi-list-item.hover {
color: #ffffff;
@ -603,9 +600,6 @@ textarea {
.bi-theme-dark .bi-list-item.disabled:active .bi-high-light {
color: #878d9f !important;
}
.bi-theme-dark .bi-list-item.disabled .b-font:before {
color: #606479 !important;
}
.bi-list-item-border:active,
.bi-list-item-border.active {
border: 1px solid #3685f2;
@ -642,9 +636,6 @@ textarea {
.bi-list-item-simple.disabled:active .bi-high-light {
color: #9ea6b2 !important;
}
.bi-list-item-simple.disabled .b-font:before {
color: #d0d4da !important;
}
.bi-list-item-effect:hover {
color: #232e40;
}
@ -686,9 +677,6 @@ textarea {
.bi-list-item-effect.disabled:active .bi-high-light {
color: #9ea6b2 !important;
}
.bi-list-item-effect.disabled .b-font:before {
color: #d0d4da !important;
}
.bi-theme-dark .bi-list-item-effect:hover {
color: #ffffff;
}
@ -731,9 +719,6 @@ textarea {
.bi-theme-dark .bi-list-item-effect.disabled:active .bi-high-light {
color: #878d9f !important;
}
.bi-theme-dark .bi-list-item-effect.disabled .b-font:before {
color: #606479 !important;
}
.bi-list-item-active:hover,
.bi-list-item-active.hover {
color: #232e40;
@ -789,9 +774,6 @@ textarea {
.bi-list-item-active.disabled:active .bi-high-light {
color: #9ea6b2 !important;
}
.bi-list-item-active.disabled .b-font:before {
color: #d0d4da !important;
}
.bi-theme-dark .bi-list-item-active:hover,
.bi-theme-dark .bi-list-item-active.hover {
color: #ffffff;
@ -841,9 +823,6 @@ textarea {
.bi-theme-dark .bi-list-item-active.disabled:active .bi-high-light {
color: #878d9f !important;
}
.bi-theme-dark .bi-list-item-active.disabled .b-font:before {
color: #606479 !important;
}
.bi-list-item-active2:hover,
.bi-list-item-active2.hover {
color: #232e40;
@ -906,9 +885,6 @@ textarea {
.bi-list-item-active2.disabled:active .bi-high-light {
color: #9ea6b2 !important;
}
.bi-list-item-active2.disabled .b-font:before {
color: #d0d4da !important;
}
.bi-theme-dark .bi-list-item-active2:hover,
.bi-theme-dark .bi-list-item-active2.hover {
color: #ffffff;
@ -956,9 +932,6 @@ textarea {
.bi-theme-dark .bi-list-item-active2.disabled:active .bi-high-light {
color: #878d9f !important;
}
.bi-theme-dark .bi-list-item-active2.disabled .b-font:before {
color: #606479 !important;
}
.bi-list-item-active3:hover,
.bi-list-item-active3.hover {
color: #232e40;
@ -1008,9 +981,6 @@ textarea {
.bi-list-item-active3.disabled:active .bi-high-light {
color: #9ea6b2 !important;
}
.bi-list-item-active3.disabled .b-font:before {
color: #d0d4da !important;
}
.bi-theme-dark .bi-list-item-active3:hover,
.bi-theme-dark .bi-list-item-active3.hover {
color: #ffffff;
@ -1060,9 +1030,6 @@ textarea {
.bi-theme-dark .bi-list-item-active3.disabled:active .bi-high-light {
color: #878d9f !important;
}
.bi-theme-dark .bi-list-item-active3.disabled .b-font:before {
color: #606479 !important;
}
.bi-list-item-select:hover,
.bi-list-item-select.hover {
background-color: rgba(54, 133, 242, 0.06);
@ -1200,9 +1167,6 @@ textarea {
.bi-list-item-select.disabled.active.bi-high-light-border {
border-color: #d0d4da;
}
.bi-list-item-select.disabled .b-font:before {
color: #d0d4da !important;
}
.bi-list-item-select2:hover,
.bi-list-item-select2.hover {
background-color: #f7f8fa;
@ -1282,9 +1246,6 @@ textarea {
.bi-theme-dark .bi-list-item-select.disabled:active .bi-high-light {
color: #878d9f !important;
}
.bi-theme-dark .bi-list-item-select.disabled .b-font:before {
color: #606479 !important;
}
.bi-list-item-none:hover,
.bi-list-item-none.hover {
color: inherit;
@ -1336,9 +1297,6 @@ textarea {
.bi-list-item-none.disabled:active .bi-high-light {
color: #9ea6b2 !important;
}
.bi-list-item-none.disabled .b-font:before {
color: #d0d4da !important;
}
.bi-theme-dark .bi-list-item-none:hover,
.bi-theme-dark .bi-list-item-none.hover {
color: inherit;
@ -1390,9 +1348,6 @@ textarea {
.bi-theme-dark .bi-list-item-none.disabled:active .bi-high-light {
color: #878d9f !important;
}
.bi-theme-dark .bi-list-item-none.disabled .b-font:before {
color: #606479 !important;
}
/*****************cursor*****************/
.cursor-pointer {
cursor: pointer;

6
dist/fineui.js vendored

@ -78659,7 +78659,7 @@ BI.IconComboTrigger = BI.inherit(BI.Trigger, {
cls: "icon-combo-trigger-icon",
iconCls: iconCls,
disableSelected: true,
width: o.isShowDown ? o.width - 2 : o.width,
width: o.isShowDown ? o.width - 12 : o.width,
height: o.height,
iconWidth: o.iconWidth,
iconHeight: o.iconHeight,
@ -78668,7 +78668,7 @@ BI.IconComboTrigger = BI.inherit(BI.Trigger, {
this.down = BI.createWidget({
type: "bi.icon_button",
disableSelected: true,
cls: "icon-combo-down-icon trigger-triangle-font",
cls: "icon-combo-down-icon trigger-triangle-font font-size-12",
width: 12,
height: 8,
selected: BI.isNotEmptyString(iconCls)
@ -78685,7 +78685,7 @@ BI.IconComboTrigger = BI.inherit(BI.Trigger, {
bottom: 0
}, {
el: this.down,
right: 0,
right: 3,
bottom: 0
}]
});

2
dist/fineui.min.css vendored

File diff suppressed because one or more lines are too long

2
dist/fineui.min.js vendored

File diff suppressed because one or more lines are too long

6
src/case/combo/iconcombo/trigger.iconcombo.js

@ -30,7 +30,7 @@ BI.IconComboTrigger = BI.inherit(BI.Trigger, {
cls: "icon-combo-trigger-icon",
iconCls: iconCls,
disableSelected: true,
width: o.isShowDown ? o.width - 2 : o.width,
width: o.isShowDown ? o.width - 12 : o.width,
height: o.height,
iconWidth: o.iconWidth,
iconHeight: o.iconHeight,
@ -39,7 +39,7 @@ BI.IconComboTrigger = BI.inherit(BI.Trigger, {
this.down = BI.createWidget({
type: "bi.icon_button",
disableSelected: true,
cls: "icon-combo-down-icon trigger-triangle-font",
cls: "icon-combo-down-icon trigger-triangle-font font-size-12",
width: 12,
height: 8,
selected: BI.isNotEmptyString(iconCls)
@ -56,7 +56,7 @@ BI.IconComboTrigger = BI.inherit(BI.Trigger, {
bottom: 0
}, {
el: this.down,
right: 0,
right: 3,
bottom: 0
}]
});

49
src/css/core/utils/common.css

@ -17,7 +17,7 @@ textarea {
color: #9ea6b2 !important;
}
.base-disabled .b-font:before {
color: #9ea6b2 !important;
color: #d0d4da !important;
}
.bi-theme-dark .base-disabled {
color: #878d9f !important;
@ -29,7 +29,7 @@ textarea {
color: #878d9f !important;
}
.bi-theme-dark .base-disabled .b-font:before {
color: #878d9f !important;
color: #606479 !important;
}
.base-invalid {
cursor: default !important;
@ -287,9 +287,6 @@ textarea {
.bi-list-item.disabled:active .bi-high-light {
color: #9ea6b2 !important;
}
.bi-list-item.disabled .b-font:before {
color: #d0d4da !important;
}
.bi-theme-dark .bi-list-item:hover,
.bi-theme-dark .bi-list-item.hover {
color: #ffffff;
@ -325,9 +322,6 @@ textarea {
.bi-theme-dark .bi-list-item.disabled:active .bi-high-light {
color: #878d9f !important;
}
.bi-theme-dark .bi-list-item.disabled .b-font:before {
color: #606479 !important;
}
.bi-list-item-border:active,
.bi-list-item-border.active {
border: 1px solid #3685f2;
@ -364,9 +358,6 @@ textarea {
.bi-list-item-simple.disabled:active .bi-high-light {
color: #9ea6b2 !important;
}
.bi-list-item-simple.disabled .b-font:before {
color: #d0d4da !important;
}
.bi-list-item-effect:hover {
color: #232e40;
}
@ -408,9 +399,6 @@ textarea {
.bi-list-item-effect.disabled:active .bi-high-light {
color: #9ea6b2 !important;
}
.bi-list-item-effect.disabled .b-font:before {
color: #d0d4da !important;
}
.bi-theme-dark .bi-list-item-effect:hover {
color: #ffffff;
}
@ -453,9 +441,6 @@ textarea {
.bi-theme-dark .bi-list-item-effect.disabled:active .bi-high-light {
color: #878d9f !important;
}
.bi-theme-dark .bi-list-item-effect.disabled .b-font:before {
color: #606479 !important;
}
.bi-list-item-active:hover,
.bi-list-item-active.hover {
color: #232e40;
@ -511,9 +496,6 @@ textarea {
.bi-list-item-active.disabled:active .bi-high-light {
color: #9ea6b2 !important;
}
.bi-list-item-active.disabled .b-font:before {
color: #d0d4da !important;
}
.bi-theme-dark .bi-list-item-active:hover,
.bi-theme-dark .bi-list-item-active.hover {
color: #ffffff;
@ -563,9 +545,6 @@ textarea {
.bi-theme-dark .bi-list-item-active.disabled:active .bi-high-light {
color: #878d9f !important;
}
.bi-theme-dark .bi-list-item-active.disabled .b-font:before {
color: #606479 !important;
}
.bi-list-item-active2:hover,
.bi-list-item-active2.hover {
color: #232e40;
@ -628,9 +607,6 @@ textarea {
.bi-list-item-active2.disabled:active .bi-high-light {
color: #9ea6b2 !important;
}
.bi-list-item-active2.disabled .b-font:before {
color: #d0d4da !important;
}
.bi-theme-dark .bi-list-item-active2:hover,
.bi-theme-dark .bi-list-item-active2.hover {
color: #ffffff;
@ -678,9 +654,6 @@ textarea {
.bi-theme-dark .bi-list-item-active2.disabled:active .bi-high-light {
color: #878d9f !important;
}
.bi-theme-dark .bi-list-item-active2.disabled .b-font:before {
color: #606479 !important;
}
.bi-list-item-active3:hover,
.bi-list-item-active3.hover {
color: #232e40;
@ -730,9 +703,6 @@ textarea {
.bi-list-item-active3.disabled:active .bi-high-light {
color: #9ea6b2 !important;
}
.bi-list-item-active3.disabled .b-font:before {
color: #d0d4da !important;
}
.bi-theme-dark .bi-list-item-active3:hover,
.bi-theme-dark .bi-list-item-active3.hover {
color: #ffffff;
@ -782,9 +752,6 @@ textarea {
.bi-theme-dark .bi-list-item-active3.disabled:active .bi-high-light {
color: #878d9f !important;
}
.bi-theme-dark .bi-list-item-active3.disabled .b-font:before {
color: #606479 !important;
}
.bi-list-item-select:hover,
.bi-list-item-select.hover {
background-color: rgba(54, 133, 242, 0.06);
@ -922,9 +889,6 @@ textarea {
.bi-list-item-select.disabled.active.bi-high-light-border {
border-color: #d0d4da;
}
.bi-list-item-select.disabled .b-font:before {
color: #d0d4da !important;
}
.bi-list-item-select2:hover,
.bi-list-item-select2.hover {
background-color: #f7f8fa;
@ -1004,9 +968,6 @@ textarea {
.bi-theme-dark .bi-list-item-select.disabled:active .bi-high-light {
color: #878d9f !important;
}
.bi-theme-dark .bi-list-item-select.disabled .b-font:before {
color: #606479 !important;
}
.bi-list-item-none:hover,
.bi-list-item-none.hover {
color: inherit;
@ -1058,9 +1019,6 @@ textarea {
.bi-list-item-none.disabled:active .bi-high-light {
color: #9ea6b2 !important;
}
.bi-list-item-none.disabled .b-font:before {
color: #d0d4da !important;
}
.bi-theme-dark .bi-list-item-none:hover,
.bi-theme-dark .bi-list-item-none.hover {
color: inherit;
@ -1112,6 +1070,3 @@ textarea {
.bi-theme-dark .bi-list-item-none.disabled:active .bi-high-light {
color: #878d9f !important;
}
.bi-theme-dark .bi-list-item-none.disabled .b-font:before {
color: #606479 !important;
}

49
src/less/core/utils/common.less

@ -22,7 +22,7 @@ textarea {
color: @color-bi-text-disabled !important;
}
& .b-font:before {
color: @color-bi-text-disabled !important;
color: @color-bi-icon-disabled !important;
}
}
@ -36,7 +36,7 @@ textarea {
color: @color-bi-text-disabled-theme-dark !important;
}
& .b-font:before {
color: @color-bi-text-disabled-theme-dark !important;
color: @color-bi-icon-disabled-theme-dark !important;
}
}
}
@ -344,9 +344,6 @@ textarea {
color: @color-bi-text-disabled !important;
}
}
& .b-font:before {
color: @color-bi-icon-disabled !important;
}
}
}
@ -376,9 +373,6 @@ textarea {
color: @color-bi-text-disabled-theme-dark !important;
}
}
& .b-font:before {
color: @color-bi-icon-disabled-theme-dark !important;
}
}
}
}
@ -413,9 +407,6 @@ textarea {
color: @color-bi-text-disabled !important;
}
}
& .b-font:before {
color: @color-bi-icon-disabled !important;
}
}
}
@ -452,9 +443,6 @@ textarea {
color: @color-bi-text-disabled !important;
}
}
& .b-font:before {
color: @color-bi-icon-disabled !important;
}
}
}
@ -492,9 +480,6 @@ textarea {
color: @color-bi-text-disabled-theme-dark !important;
}
}
& .b-font:before {
color: @color-bi-icon-disabled-theme-dark !important;
}
}
}
}
@ -544,9 +529,6 @@ textarea {
color: @color-bi-text-disabled !important;
}
}
& .b-font:before {
color: @color-bi-icon-disabled !important;
}
}
}
@ -586,9 +568,6 @@ textarea {
color: @color-bi-text-disabled-theme-dark !important;
}
}
& .b-font:before {
color: @color-bi-icon-disabled-theme-dark !important;
}
}
}
}
@ -646,9 +625,6 @@ textarea {
color: @color-bi-text-disabled !important;
}
}
& .b-font:before {
color: @color-bi-icon-disabled !important;
}
}
}
@ -688,9 +664,6 @@ textarea {
color: @color-bi-text-disabled-theme-dark !important;
}
}
& .b-font:before {
color: @color-bi-icon-disabled-theme-dark !important;
}
}
}
}
@ -731,9 +704,6 @@ textarea {
color: @color-bi-text-disabled !important;
}
}
& .b-font:before {
color: @color-bi-icon-disabled !important;
}
}
}
@ -773,9 +743,6 @@ textarea {
color: @color-bi-text-disabled-theme-dark !important;
}
}
& .b-font:before {
color: @color-bi-icon-disabled-theme-dark !important;
}
}
}
}
@ -896,9 +863,6 @@ textarea {
border-color: @color-bi-border-disabled;
}
}
& .b-font:before {
color: @color-bi-icon-disabled !important;
}
}
}
@ -966,9 +930,6 @@ textarea {
color: @color-bi-text-disabled-theme-dark !important;
}
}
& .b-font:before {
color: @color-bi-icon-disabled-theme-dark !important;
}
}
}
}
@ -1012,9 +973,6 @@ textarea {
color: @color-bi-text-disabled !important;
}
}
& .b-font:before {
color: @color-bi-icon-disabled !important;
}
}
}
@ -1057,9 +1015,6 @@ textarea {
color: @color-bi-text-disabled-theme-dark !important;
}
}
& .b-font:before {
color: @color-bi-icon-disabled-theme-dark !important;
}
}
}
}

Loading…
Cancel
Save