Bert Leunis pushed to branch feature/CHANNELMGR-1765 at cms-community / 
hippo-addon-channel-manager


Commits:
2dd3e31d by Bert Leunis at 2018-03-23T11:12:48+01:00
CHANNELMGR-1765 for handle on the right, do not overlay the scrollbar and use 
width of 10px

- - - - -


1 changed file:

- frontend-ng/src/app/channel/sidePanels/resizeHandle/resizeHandle.scss


Changes:

=====================================
frontend-ng/src/app/channel/sidePanels/resizeHandle/resizeHandle.scss
=====================================
--- a/frontend-ng/src/app/channel/sidePanels/resizeHandle/resizeHandle.scss
+++ b/frontend-ng/src/app/channel/sidePanels/resizeHandle/resizeHandle.scss
@@ -17,12 +17,11 @@
 @import 'variables';
 
 resize-handle {
-  $handle-width: 20px;
+  $handle-width-left: 20px;
+  $handle-width-right: 10px;
   $handle-height: 100%;
 
   height: $handle-height;
-  position: absolute;
-  width: $handle-width;
   z-index: 20000;
 
   &:hover {
@@ -31,18 +30,28 @@ resize-handle {
 
   &.left {
     left: -7px;
+    position: absolute;
+    width: $handle-width-left;
+
+    .handle-inner {
+      background-position: -4px;
+      width: $handle-width-left;
+    }
   }
 
   &.right {
-    right: 0px;
+    width: $handle-width-right;
+
+    .handle-inner {
+      background-position: -12px;
+      width: $handle-width-right;
+    }
   }
 
   .handle-inner {
     background-image: url('../../../../images/resize-handle.svg');
-    background-position: -4px;
     background-repeat: no-repeat;
     background-size: 34px;
     height: 100%;
-    width: $handle-width;
   }
 }



View it on GitLab: 
https://code.onehippo.org/cms-community/hippo-addon-channel-manager/commit/2dd3e31d4f50fbb0ae4876af5f08465517ec32e2

---
View it on GitLab: 
https://code.onehippo.org/cms-community/hippo-addon-channel-manager/commit/2dd3e31d4f50fbb0ae4876af5f08465517ec32e2
You're receiving this email because of your account on code.onehippo.org.
_______________________________________________
Hippocms-svn mailing list
Hippocms-svn@lists.onehippo.org
https://lists.onehippo.org/mailman/listinfo/hippocms-svn

Reply via email to