Skip to content

Commit 8ff51e8

Browse files
committed
Remove active drag handle background because which can overlap the selection
1 parent 8b90e2e commit 8ff51e8

File tree

7 files changed

+17
-10
lines changed

7 files changed

+17
-10
lines changed

Minimal.css

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1681,9 +1681,12 @@ body {
16811681
padding-bottom: 40px; }
16821682

16831683
/* Place drag handles inside the cell when width is 100% */
1684-
.table-100 .markdown-source-view.mod-cm6 .cm-table-widget .table-row-drag-handle,
1685-
.table-100.markdown-source-view.mod-cm6 .cm-table-widget .table-row-drag-handle {
1686-
inset-inline-end: calc(100% - var(--table-drag-handle-size)) !important; }
1684+
.table-100 .markdown-source-view.mod-cm6,
1685+
.table-100.markdown-source-view.mod-cm6 {
1686+
--table-drag-handle-background-active: transparent; }
1687+
.table-100 .markdown-source-view.mod-cm6 .cm-table-widget .table-row-drag-handle,
1688+
.table-100.markdown-source-view.mod-cm6 .cm-table-widget .table-row-drag-handle {
1689+
inset-inline-end: calc(100% - var(--table-drag-handle-size)) !important; }
16871690

16881691
/* Override Sortable plugin */
16891692
.markdown-preview-view th,

src/css/main.css

Lines changed: 6 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/css/main.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/css/main.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/css/main.min.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/scss/content/tables.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ body {
6161
/* Place drag handles inside the cell when width is 100% */
6262
.table-100 .markdown-source-view.mod-cm6,
6363
.table-100.markdown-source-view.mod-cm6 {
64+
--table-drag-handle-background-active: transparent;
6465
.cm-table-widget .table-row-drag-handle {
6566
inset-inline-end: calc(100% - var(--table-drag-handle-size)) !important;
6667
}

theme.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)