Skip to content

Commit a328ff6

Browse files
committed
fix: correct table button transition
1 parent 66863e9 commit a328ff6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/editor/table.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ body {
133133
.table-row-drag-handle,
134134
.table-col-drag-handle
135135
) {
136-
transition: background-color var(--animation);
136+
transition: opacity var(--animation);
137137
}
138138

139139
.table-row-btn {

0 commit comments

Comments
 (0)