The split view dragging should always show the cursor pointer

This commit is contained in:
mr. m
2025-03-06 22:40:00 +01:00
parent b9eb13f033
commit eda9b1f20b

View File

@@ -256,9 +256,12 @@
height: 14px;
}
&.zen-tab-rearrange-button image {
transform: rotate(90deg);
&.zen-tab-rearrange-button {
cursor: move;
& image {
transform: rotate(90deg);
}
}
}