diff --git a/core/src/components/Resizable.scss b/core/src/components/Resizable.scss index 3f36f591..d218babf 100644 --- a/core/src/components/Resizable.scss +++ b/core/src/components/Resizable.scss @@ -55,7 +55,7 @@ background-color: color-mix(in srgb, var(--primary), var(--bg-cr) 50%); border: 1px solid color-mix(in srgb, var(--primary), var(--bg-cr) 80%); - cursor: pointer; + cursor: e-resize; transition: .1s; &:hover { box-shadow: 0 0 2px gray; diff --git a/src/App.scss b/src/App.scss index 0e2f6776..bb7856b0 100644 --- a/src/App.scss +++ b/src/App.scss @@ -31,7 +31,7 @@ display: flex; align-items: center; gap: 10px; - .svg-icon { + .svg-icon { display: flex; align-items: center; cursor: pointer; @@ -60,8 +60,13 @@ } &.left { flex-direction: row-reverse; + cursor: e-resize; } &:not(.eval-logs-visible) { + .ppd-resizable-border__right .ppd-resizable-border__btns button { + cursor: w-resize; + } + .ppd-resizable-border__left .cldr.codicon.codicon-debug-continue-small { transform: rotate(0deg) !important; }