Browse Source

BI-29512

处理sql编辑框选中时背景色过深的问题
es6
MrErHu 6 years ago
parent
commit
79f118d5ae
  1. 8
      dist/_fineui.min.js
  2. 2
      dist/base.css
  3. 2
      dist/bundle.css
  4. 2
      dist/bundle.min.css
  5. 8
      dist/bundle.min.js
  6. 2
      dist/fineui.css
  7. 2
      dist/fineui.min.css
  8. 8
      dist/fineui.min.js
  9. 8
      dist/utils.min.js
  10. 2
      src/css/base/formula/codemirror.css
  11. 2
      src/less/base/formula/codemirror.less

8
dist/_fineui.min.js vendored

File diff suppressed because one or more lines are too long

2
dist/base.css vendored

@ -947,7 +947,7 @@ div.CodeMirror-cursors {
background: #d9d9d9;
}
.CodeMirror-focused .CodeMirror-selected {
background: #3685F2;
background: rgba(54, 133, 242, 0.3);
}
.CodeMirror-crosshair {
cursor: crosshair;

2
dist/bundle.css vendored

@ -2800,7 +2800,7 @@ div.CodeMirror-cursors {
background: #d9d9d9;
}
.CodeMirror-focused .CodeMirror-selected {
background: #3685F2;
background: rgba(54, 133, 242, 0.3);
}
.CodeMirror-crosshair {
cursor: crosshair;

2
dist/bundle.min.css vendored

File diff suppressed because one or more lines are too long

8
dist/bundle.min.js vendored

File diff suppressed because one or more lines are too long

2
dist/fineui.css vendored

@ -2800,7 +2800,7 @@ div.CodeMirror-cursors {
background: #d9d9d9;
}
.CodeMirror-focused .CodeMirror-selected {
background: #3685F2;
background: rgba(54, 133, 242, 0.3);
}
.CodeMirror-crosshair {
cursor: crosshair;

2
dist/fineui.min.css vendored

File diff suppressed because one or more lines are too long

8
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

2
src/css/base/formula/codemirror.css

@ -400,7 +400,7 @@ div.CodeMirror-cursors {
background: #d9d9d9;
}
.CodeMirror-focused .CodeMirror-selected {
background: #3685F2;
background: rgba(54, 133, 242, 0.3);
}
.CodeMirror-crosshair {
cursor: crosshair;

2
src/less/base/formula/codemirror.less

@ -495,7 +495,7 @@ div.CodeMirror-cursors {
}
.CodeMirror-focused .CodeMirror-selected {
background: #3685F2;
background: rgba(54, 133, 242, 0.3);
}
.CodeMirror-crosshair {

Loading…
Cancel
Save