chore: Upgrade all of prosemirror (#5366)

Co-authored-by: Apoorv Mishra <apoorvmishra101092@gmail.com>
This commit is contained in:
Tom Moor
2023-05-24 22:24:05 -04:00
committed by GitHub
parent e340e568e2
commit d5341a486c
77 changed files with 875 additions and 675 deletions

View File

@@ -1245,7 +1245,7 @@ table {
* https://github.com/ProseMirror/prosemirror/issues/947 */
&::after {
content: "";
cursor: pointer;
cursor: var(--pointer);
position: absolute;
top: -16px;
${props.rtl ? "right" : "left"}: 0;
@@ -1273,7 +1273,7 @@ table {
.grip-row {
&::after {
content: "";
cursor: pointer;
cursor: var(--pointer);
position: absolute;
${props.rtl ? "right" : "left"}: -16px;
top: 0;
@@ -1302,7 +1302,7 @@ table {
.grip-table {
&::after {
content: "";
cursor: pointer;
cursor: var(--pointer);
background: ${props.theme.tableDivider};
width: 13px;
height: 13px;