Browse Source

去画三角方法中的颜色

es6
windy 6 years ago
parent
commit
0ca6440ea0
  1. 100
      dist/_fineui.min.js
  2. 20
      dist/base.css
  3. 20
      dist/bundle.css
  4. 2
      dist/bundle.min.css
  5. 102
      dist/bundle.min.js
  6. 20
      dist/fineui.css
  7. 2
      dist/fineui.min.css
  8. 100
      dist/fineui.min.js
  9. 8
      dist/utils.min.js
  10. 18
      src/css/base/combo/combo.css
  11. 2
      src/css/base/foundation/bi.css
  12. 9
      src/less/base/combo/combo.bubble.less
  13. 2
      src/less/base/foundation/bi.message.less
  14. 12
      src/less/visual.less

100
dist/_fineui.min.js vendored

File diff suppressed because one or more lines are too long

20
dist/base.css vendored

@ -396,10 +396,7 @@
margin-left: 3px;
margin-top: -3px;
content: "";
background-color: #ffffff;
transform: rotate(-45deg);
border-bottom: 1px solid #f2f4f7;
border-right: 1px solid #f2f4f7;
}
.bi-bubble-combo .bubble-combo-triangle-right {
z-index: 1;
@ -414,10 +411,7 @@
margin-left: 3px;
margin-top: 3px;
content: "";
background-color: #ffffff;
transform: rotate(135deg);
border-bottom: 1px solid #f2f4f7;
border-right: 1px solid #f2f4f7;
}
.bi-bubble-combo .bubble-combo-triangle-top {
z-index: 1;
@ -432,10 +426,7 @@
margin-left: 3px;
margin-top: -3px;
content: "";
background-color: #ffffff;
transform: rotate(45deg);
border-bottom: 1px solid #f2f4f7;
border-right: 1px solid #f2f4f7;
}
.bi-bubble-combo .bubble-combo-triangle-bottom {
z-index: 1;
@ -450,8 +441,13 @@
margin-left: 3px;
margin-top: 3px;
content: "";
background-color: #ffffff;
transform: rotate(-135deg);
}
.bi-bubble-combo .bubble-combo-triangle-left:before,
.bi-bubble-combo.bubble-combo-triangle-right:before,
.bi-bubble-combo .bubble-combo-triangle-top:before,
.bi-bubble-combo .bubble-combo-triangle-bottom:before {
background-color: #ffffff;
border-bottom: 1px solid #f2f4f7;
border-right: 1px solid #f2f4f7;
}
@ -460,6 +456,8 @@
.bi-theme-dark .bi-bubble-combo .bubble-combo-triangle-top:before,
.bi-theme-dark .bi-bubble-combo .bubble-combo-triangle-bottom:before {
background-color: #242640;
border-bottom: 1px solid #2F3149;
border-right: 1px solid #2F3149;
}
.bi-combo.bi-combo-popup {
@ -1034,8 +1032,6 @@ li.CodeMirror-hint-active {
.bi-message-title {
font-size: 14px;
cursor: pointer;
background-color: #F2F4F7;
color: #3d4d66;
}
.bi-message-text {
font-size: 16px;

20
dist/bundle.css vendored

@ -2249,10 +2249,7 @@ textarea {
margin-left: 3px;
margin-top: -3px;
content: "";
background-color: #ffffff;
transform: rotate(-45deg);
border-bottom: 1px solid #f2f4f7;
border-right: 1px solid #f2f4f7;
}
.bi-bubble-combo .bubble-combo-triangle-right {
z-index: 1;
@ -2267,10 +2264,7 @@ textarea {
margin-left: 3px;
margin-top: 3px;
content: "";
background-color: #ffffff;
transform: rotate(135deg);
border-bottom: 1px solid #f2f4f7;
border-right: 1px solid #f2f4f7;
}
.bi-bubble-combo .bubble-combo-triangle-top {
z-index: 1;
@ -2285,10 +2279,7 @@ textarea {
margin-left: 3px;
margin-top: -3px;
content: "";
background-color: #ffffff;
transform: rotate(45deg);
border-bottom: 1px solid #f2f4f7;
border-right: 1px solid #f2f4f7;
}
.bi-bubble-combo .bubble-combo-triangle-bottom {
z-index: 1;
@ -2303,8 +2294,13 @@ textarea {
margin-left: 3px;
margin-top: 3px;
content: "";
background-color: #ffffff;
transform: rotate(-135deg);
}
.bi-bubble-combo .bubble-combo-triangle-left:before,
.bi-bubble-combo.bubble-combo-triangle-right:before,
.bi-bubble-combo .bubble-combo-triangle-top:before,
.bi-bubble-combo .bubble-combo-triangle-bottom:before {
background-color: #ffffff;
border-bottom: 1px solid #f2f4f7;
border-right: 1px solid #f2f4f7;
}
@ -2313,6 +2309,8 @@ textarea {
.bi-theme-dark .bi-bubble-combo .bubble-combo-triangle-top:before,
.bi-theme-dark .bi-bubble-combo .bubble-combo-triangle-bottom:before {
background-color: #242640;
border-bottom: 1px solid #2F3149;
border-right: 1px solid #2F3149;
}
.bi-combo.bi-combo-popup {
@ -2887,8 +2885,6 @@ li.CodeMirror-hint-active {
.bi-message-title {
font-size: 14px;
cursor: pointer;
background-color: #F2F4F7;
color: #3d4d66;
}
.bi-message-text {
font-size: 16px;

2
dist/bundle.min.css vendored

File diff suppressed because one or more lines are too long

102
dist/bundle.min.js vendored

File diff suppressed because one or more lines are too long

20
dist/fineui.css vendored

@ -2249,10 +2249,7 @@ textarea {
margin-left: 3px;
margin-top: -3px;
content: "";
background-color: #ffffff;
transform: rotate(-45deg);
border-bottom: 1px solid #f2f4f7;
border-right: 1px solid #f2f4f7;
}
.bi-bubble-combo .bubble-combo-triangle-right {
z-index: 1;
@ -2267,10 +2264,7 @@ textarea {
margin-left: 3px;
margin-top: 3px;
content: "";
background-color: #ffffff;
transform: rotate(135deg);
border-bottom: 1px solid #f2f4f7;
border-right: 1px solid #f2f4f7;
}
.bi-bubble-combo .bubble-combo-triangle-top {
z-index: 1;
@ -2285,10 +2279,7 @@ textarea {
margin-left: 3px;
margin-top: -3px;
content: "";
background-color: #ffffff;
transform: rotate(45deg);
border-bottom: 1px solid #f2f4f7;
border-right: 1px solid #f2f4f7;
}
.bi-bubble-combo .bubble-combo-triangle-bottom {
z-index: 1;
@ -2303,8 +2294,13 @@ textarea {
margin-left: 3px;
margin-top: 3px;
content: "";
background-color: #ffffff;
transform: rotate(-135deg);
}
.bi-bubble-combo .bubble-combo-triangle-left:before,
.bi-bubble-combo.bubble-combo-triangle-right:before,
.bi-bubble-combo .bubble-combo-triangle-top:before,
.bi-bubble-combo .bubble-combo-triangle-bottom:before {
background-color: #ffffff;
border-bottom: 1px solid #f2f4f7;
border-right: 1px solid #f2f4f7;
}
@ -2313,6 +2309,8 @@ textarea {
.bi-theme-dark .bi-bubble-combo .bubble-combo-triangle-top:before,
.bi-theme-dark .bi-bubble-combo .bubble-combo-triangle-bottom:before {
background-color: #242640;
border-bottom: 1px solid #2F3149;
border-right: 1px solid #2F3149;
}
.bi-combo.bi-combo-popup {
@ -2887,8 +2885,6 @@ li.CodeMirror-hint-active {
.bi-message-title {
font-size: 14px;
cursor: pointer;
background-color: #F2F4F7;
color: #3d4d66;
}
.bi-message-text {
font-size: 16px;

2
dist/fineui.min.css vendored

File diff suppressed because one or more lines are too long

100
dist/fineui.min.js vendored

File diff suppressed because one or more lines are too long

8
dist/utils.min.js vendored

File diff suppressed because one or more lines are too long

18
src/css/base/combo/combo.css

@ -15,10 +15,7 @@
margin-left: 3px;
margin-top: -3px;
content: "";
background-color: #ffffff;
transform: rotate(-45deg);
border-bottom: 1px solid #f2f4f7;
border-right: 1px solid #f2f4f7;
}
.bi-bubble-combo .bubble-combo-triangle-right {
z-index: 1;
@ -33,10 +30,7 @@
margin-left: 3px;
margin-top: 3px;
content: "";
background-color: #ffffff;
transform: rotate(135deg);
border-bottom: 1px solid #f2f4f7;
border-right: 1px solid #f2f4f7;
}
.bi-bubble-combo .bubble-combo-triangle-top {
z-index: 1;
@ -51,10 +45,7 @@
margin-left: 3px;
margin-top: -3px;
content: "";
background-color: #ffffff;
transform: rotate(45deg);
border-bottom: 1px solid #f2f4f7;
border-right: 1px solid #f2f4f7;
}
.bi-bubble-combo .bubble-combo-triangle-bottom {
z-index: 1;
@ -69,8 +60,13 @@
margin-left: 3px;
margin-top: 3px;
content: "";
background-color: #ffffff;
transform: rotate(-135deg);
}
.bi-bubble-combo .bubble-combo-triangle-left:before,
.bi-bubble-combo.bubble-combo-triangle-right:before,
.bi-bubble-combo .bubble-combo-triangle-top:before,
.bi-bubble-combo .bubble-combo-triangle-bottom:before {
background-color: #ffffff;
border-bottom: 1px solid #f2f4f7;
border-right: 1px solid #f2f4f7;
}
@ -79,6 +75,8 @@
.bi-theme-dark .bi-bubble-combo .bubble-combo-triangle-top:before,
.bi-theme-dark .bi-bubble-combo .bubble-combo-triangle-bottom:before {
background-color: #242640;
border-bottom: 1px solid #2F3149;
border-right: 1px solid #2F3149;
}
.bi-combo.bi-combo-popup {

2
src/css/base/foundation/bi.css

@ -1,8 +1,6 @@
.bi-message-title {
font-size: 14px;
cursor: pointer;
background-color: #F2F4F7;
color: #3d4d66;
}
.bi-message-text {
font-size: 16px;

9
src/less/base/combo/combo.bubble.less

@ -21,6 +21,13 @@
z-index: 1;
.triangle-top();
}
& .bubble-combo-triangle-left, &.bubble-combo-triangle-right, & .bubble-combo-triangle-top, & .bubble-combo-triangle-bottom {
&:before {
background-color: @color-bi-background-default;
border-bottom: 1px solid @border-color-light-line;
border-right: 1px solid @border-color-light-line;
}
}
}
.bi-theme-dark {
@ -28,6 +35,8 @@
& .bubble-combo-triangle-left, &.bubble-combo-triangle-right, & .bubble-combo-triangle-top, & .bubble-combo-triangle-bottom {
&:before {
background-color: @color-bi-background-default-theme-dark;
border-bottom: 1px solid @border-color-light-line-theme-dark;
border-right: 1px solid @border-color-light-line-theme-dark;
}
}
}

2
src/less/base/foundation/bi.message.less

@ -3,8 +3,6 @@
.bi-message-title {
font-size: 14px;
cursor: pointer;
background-color: @color-bi-background-light-gray;
color: @color-bi-text-normal;
}
.bi-message-text {

12
src/less/visual.less

@ -197,10 +197,7 @@
margin-left: 3px;
margin-top: 3px;
content: "";
background-color: #ffffff;
transform: rotate(-135deg);
border-bottom: 1px solid #f2f4f7;
border-right: 1px solid #f2f4f7;
}
}
@ -216,10 +213,7 @@
margin-left: 3px;
margin-top: -3px;
content: "";
background-color: #ffffff;
transform: rotate(45deg);
border-bottom: 1px solid #f2f4f7;
border-right: 1px solid #f2f4f7;
}
}
@ -236,10 +230,7 @@
margin-left: 3px;
margin-top: 3px;
content: "";
background-color: #ffffff;
transform: rotate(135deg);
border-bottom: 1px solid #f2f4f7;
border-right: 1px solid #f2f4f7;
}
}
@ -255,9 +246,6 @@
margin-left: 3px;
margin-top: -3px;
content: "";
background-color: #ffffff;
transform: rotate(-45deg);
border-bottom: 1px solid #f2f4f7;
border-right: 1px solid #f2f4f7;
}
}
Loading…
Cancel
Save