diff options
| author | bobzel <zzzman@gmail.com> | 2020-05-24 09:38:15 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-05-24 09:38:15 -0400 |
| commit | e2023a6bd7d52569b802a1889119b2faa9ace4c0 (patch) | |
| tree | ae250f6fd213d5612a2996cb81989b72a66a9f88 /src/client/views/nodes/ComparisonBox.scss | |
| parent | 577e93f075e44277254f096ae8bf769a239ebd33 (diff) | |
| parent | cfb39128ecd63cf38a0a63cea8ae904884422fad (diff) | |
Merge pull request #361 from browngraphicslab/comparisonBox
Comparison box
Diffstat (limited to 'src/client/views/nodes/ComparisonBox.scss')
| -rw-r--r-- | src/client/views/nodes/ComparisonBox.scss | 16 |
1 files changed, 11 insertions, 5 deletions
diff --git a/src/client/views/nodes/ComparisonBox.scss b/src/client/views/nodes/ComparisonBox.scss index 7849c9976..810a824cf 100644 --- a/src/client/views/nodes/ComparisonBox.scss +++ b/src/client/views/nodes/ComparisonBox.scss @@ -1,4 +1,5 @@ -.comparisonBox-interactive, .comparisonBox { +.comparisonBox-interactive, +.comparisonBox { border-radius: inherit; width: 100%; height: 100%; @@ -19,13 +20,13 @@ } } - .slide-bar { + .slide-bar { position: absolute; height: 100%; width: 3px; display: inline-block; background: white; - cursor: ew-resize; + .slide-handle { position: absolute; display: none; @@ -33,7 +34,9 @@ width: 30px; bottom: 0px; left: -10.5px; - .left-handle, .right-handle{ + + .left-handle, + .right-handle { width: 15px; } } @@ -77,10 +80,13 @@ } } } + .comparisonBox-interactive { pointer-events: unset; + cursor: ew-resize; + .slide-bar { - .slide-handle { + .slide-handle { display: flex; } } |
