mirror of
https://github.com/zen-browser/desktop.git
synced 2025-10-17 15:21:53 +00:00
The split view dragging should always show the cursor pointer
This commit is contained in:
@@ -256,9 +256,12 @@
|
|||||||
height: 14px;
|
height: 14px;
|
||||||
}
|
}
|
||||||
|
|
||||||
&.zen-tab-rearrange-button image {
|
&.zen-tab-rearrange-button {
|
||||||
transform: rotate(90deg);
|
|
||||||
cursor: move;
|
cursor: move;
|
||||||
|
|
||||||
|
& image {
|
||||||
|
transform: rotate(90deg);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user