Browse Source

Merge branch 'master' of ssh://code.fineres.com:7999/~claire.tang/fineui

es6
Claire 3 years ago
parent
commit
0f42b55284
  1. 2
      package.json
  2. 9
      src/less/base/single/button/button.less

2
package.json

@ -1,6 +1,6 @@
{ {
"name": "fineui", "name": "fineui",
"version": "2.0.20220113162245", "version": "2.0.20220113220237",
"description": "fineui", "description": "fineui",
"main": "dist/fineui.min.js", "main": "dist/fineui.min.js",
"types": "dist/lib/index.d.ts", "types": "dist/lib/index.d.ts",

9
src/less/base/single/button/button.less

@ -221,6 +221,11 @@ body .bi-button, #body .bi-button {
.opacity(0.5); .opacity(0.5);
} }
} }
&.button-ignore.disabled {
&.ghost {
.opacity(1);
}
}
&.button-common.disabled { &.button-common.disabled {
&.ghost { &.ghost {
&, & .b-font:before { &, & .b-font:before {
@ -361,7 +366,7 @@ body .bi-button, #body .bi-button {
color: @color-bi-text-disabled-theme-dark !important; color: @color-bi-text-disabled-theme-dark !important;
} }
background: transparent !important; background: transparent !important;
.opacity(0.8); .opacity(1);
} }
} }
} }
@ -377,7 +382,7 @@ body .bi-button, #body .bi-button {
} }
&.ghost { &.ghost {
background: transparent !important; background: transparent !important;
.opacity(0.8); .opacity(1);
} }
} }
} }

Loading…
Cancel
Save