From 7759073d19b338efe349ba32466670d663c84761 Mon Sep 17 00:00:00 2001 From: jackahl Date: Mon, 22 Jan 2024 12:02:04 +0100 Subject: [PATCH] remove css related to hiding the remove block button inside the grid --- news/12.bugfix | 1 + src/theme/main.less | 26 -------------------------- 2 files changed, 1 insertion(+), 26 deletions(-) create mode 100644 news/12.bugfix diff --git a/news/12.bugfix b/news/12.bugfix new file mode 100644 index 0000000..e5fcb29 --- /dev/null +++ b/news/12.bugfix @@ -0,0 +1 @@ +remove css related to hiding the remove block button inside the grid @jackahl diff --git a/src/theme/main.less b/src/theme/main.less index 205af14..5a2bee4 100644 --- a/src/theme/main.less +++ b/src/theme/main.less @@ -32,32 +32,6 @@ width: 25%; } - .ui.basic.button.remove-block-button { - position: absolute; - z-index: 3; - top: 6px; - right: 2px; - display: none; - - .icon { - height: 18px !important; - } - - .circled { - padding: 8px; - border: 1px solid @greySmoke; - background: @greySnow; - - &:hover { - background-color: @greySmoke; - } - } - - &:hover { - background-color: transparent !important; - } - } - [class^='block-editor-'].selected .ui.basic.button.remove-block-button, [class^='block-editor-']:hover .ui.basic.button.remove-block-button { display: block;