@tmagic/editor 1.5.21 → 1.5.24

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/style.css CHANGED
@@ -973,12 +973,20 @@ fieldset.m-fieldset .m-form-tip {
973
973
  right: 15px;
974
974
  bottom: 15px;
975
975
  z-index: 30;
976
+ opacity: 0.5;
977
+ }
978
+ .m-editor-props-panel .m-editor-props-panel-src-icon:hover {
979
+ opacity: 1;
976
980
  }
977
981
  .m-editor-props-panel .m-editor-props-panel-style-icon {
978
982
  position: absolute;
979
983
  right: 15px;
980
984
  bottom: 60px;
981
985
  z-index: 30;
986
+ opacity: 0.5;
987
+ }
988
+ .m-editor-props-panel .m-editor-props-panel-style-icon:hover {
989
+ opacity: 1;
982
990
  }
983
991
  .m-editor-props-panel .m-editor-props-panel-src-code.magic-code-editor {
984
992
  position: absolute;
@@ -1113,22 +1121,15 @@ fieldset.m-fieldset .m-form-tip {
1113
1121
  width: 100%;
1114
1122
  height: 100%;
1115
1123
  background-color: #fff;
1116
- display: flex;
1117
1124
  z-index: 20;
1118
- overflow: auto;
1119
- }
1120
-
1121
- .m-editor-stage-overlay-container {
1122
- position: relative;
1123
- flex-shrink: 0;
1124
- margin: auto;
1125
- box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
1126
1125
  }
1127
1126
 
1128
1127
  .m-editor-stage-overlay-close.tmagic-design-icon {
1129
1128
  position: fixed;
1130
1129
  right: 20px;
1131
1130
  top: 10px;
1131
+ cursor: pointer;
1132
+ z-index: 1;
1132
1133
  }
1133
1134
 
1134
1135
  .m-editor-stage-float-button {
@@ -1182,9 +1183,13 @@ fieldset.m-fieldset .m-form-tip {
1182
1183
  }
1183
1184
  .magic-code-editor-wrapper .magic-code-editor-full-screen-icon {
1184
1185
  position: absolute;
1185
- top: 5px;
1186
- right: 0;
1186
+ top: 20px;
1187
+ right: 10px;
1187
1188
  z-index: 11;
1189
+ opacity: 0.3;
1190
+ }
1191
+ .magic-code-editor-wrapper .magic-code-editor-full-screen-icon:hover {
1192
+ opacity: 1;
1188
1193
  }
1189
1194
 
1190
1195
  .tmagic-design-icon {