From afc7cfa9bf1c463ad029db96cdc7b9ee1c2d8915 Mon Sep 17 00:00:00 2001 From: Andrea Fercia Date: Wed, 23 May 2018 18:47:06 +0200 Subject: [PATCH] Update stylesheet selectors. --- core-blocks/spacer/editor.scss | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/core-blocks/spacer/editor.scss b/core-blocks/spacer/editor.scss index b0ac29659bdf22..9dd210d68f33eb 100644 --- a/core-blocks/spacer/editor.scss +++ b/core-blocks/spacer/editor.scss @@ -1,14 +1,14 @@ .editor-block-list__block[data-type="core/spacer"].is-selected .editor-block-list__block-edit { background: $light-gray-200; - .wp-block-spacer__resize-handler-top, - .wp-block-spacer__resize-handler-bottom { + .block-spacer__resize-handler-top, + .block-spacer__resize-handler-bottom { display: block; } } -.wp-block-spacer__resize-handler-top, -.wp-block-spacer__resize-handler-bottom { +.block-spacer__resize-handler-top, +.block-spacer__resize-handler-bottom { display: none; border-radius: 50%; border: 2px solid white;