@uiw/react-md-editor 3.19.3 → 3.19.4

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/mdeditor.css CHANGED
@@ -352,7 +352,7 @@ body[data-color-mode*='light'] {
352
352
  border-spacing: 0;
353
353
  border-collapse: collapse;
354
354
  display: block;
355
- width: -webkit-max-content;
355
+ width: -moz-max-content;
356
356
  width: max-content;
357
357
  max-width: 100%;
358
358
  }
@@ -494,7 +494,7 @@ body[data-color-mode*='light'] {
494
494
  vertical-align: text-bottom;
495
495
  fill: currentColor;
496
496
  }
497
- .wmde-markdown ::-webkit-input-placeholder {
497
+ .wmde-markdown ::-moz-placeholder {
498
498
  color: var(--color-fg-subtle);
499
499
  opacity: 1;
500
500
  }
@@ -878,8 +878,7 @@ body[data-color-mode*='light'] {
878
878
  margin: 0 -1.6em 0.25em 0.2em;
879
879
  }
880
880
  .wmde-markdown ::-webkit-calendar-picker-indicator {
881
- -webkit-filter: invert(50%);
882
- filter: invert(50%);
881
+ filter: invert(50%);
883
882
  }
884
883
  .wmde-markdown pre[class*='language-'] {
885
884
  position: relative;