Explorar o código

fix(app): cursor on resize (#10293)

Rahul A Mistry hai 4 semanas
pai
achega
caecc7911d
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      packages/ui/src/components/resize-handle.css

+ 2 - 2
packages/ui/src/components/resize-handle.css

@@ -19,7 +19,7 @@
     inset-inline-end: 0;
     inset-inline-end: 0;
     width: 8px;
     width: 8px;
     transform: translateX(50%);
     transform: translateX(50%);
-    cursor: ew-resize;
+    cursor: col-resize;
 
 
     &::after {
     &::after {
       width: 3px;
       width: 3px;
@@ -34,7 +34,7 @@
     inset-block-start: 0;
     inset-block-start: 0;
     height: 8px;
     height: 8px;
     transform: translateY(-50%);
     transform: translateY(-50%);
-    cursor: ns-resize;
+    cursor: row-resize;
 
 
     &::after {
     &::after {
       height: 3px;
       height: 3px;