From 7a362e6799d03fe24d89d9d0344b2bf800f51707 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mat=C3=ADas=20Ventura?= Date: Sun, 11 Jun 2017 13:35:41 +0200 Subject: [PATCH 1/2] BlockMover: fix hovering ability. --- editor/block-mover/style.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/editor/block-mover/style.scss b/editor/block-mover/style.scss index 08ccb61f7635dd..1cd52ed37f908a 100644 --- a/editor/block-mover/style.scss +++ b/editor/block-mover/style.scss @@ -2,6 +2,7 @@ position: absolute; top: 10px; left: -$block-mover-padding-visible; + padding-right: 14px; // handles hover area } .editor-block-mover__control { From ecf2ab09adb5539c842e2f07b4027e5db5655294 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mat=C3=ADas=20Ventura?= Date: Sun, 11 Jun 2017 13:56:26 +0200 Subject: [PATCH 2/2] Add some bottom padding. --- editor/block-mover/style.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/editor/block-mover/style.scss b/editor/block-mover/style.scss index 1cd52ed37f908a..5c4c4fa16f67c1 100644 --- a/editor/block-mover/style.scss +++ b/editor/block-mover/style.scss @@ -2,7 +2,7 @@ position: absolute; top: 10px; left: -$block-mover-padding-visible; - padding-right: 14px; // handles hover area + padding: 0 14px 20px 0; // handles hover area } .editor-block-mover__control {