From a14926982590ecf36ef6051e0d41ca76e63f41ca Mon Sep 17 00:00:00 2001 From: Lee Rowlands <lee.rowlands@previousnext.com.au> Date: Mon, 3 Jul 2023 17:13:59 +1000 Subject: [PATCH] Issue #3356408 by daddison, mark_fullmer, smustgrave: Display plus sign once on inline block create button with Stable9 theme (cherry picked from commit 7e5b0739e91e0ba4ce7bfa75e14af829c4c3edbe) --- .../stable9/css/layout_builder/layout-builder.css | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/core/themes/stable9/css/layout_builder/layout-builder.css b/core/themes/stable9/css/layout_builder/layout-builder.css index ef69212ed03f..e0073dd90e9c 100644 --- a/core/themes/stable9/css/layout_builder/layout-builder.css +++ b/core/themes/stable9/css/layout_builder/layout-builder.css @@ -128,16 +128,6 @@ padding-top: 0.55em; } -#drupal-off-canvas .inline-block-create-button { - display: block; - padding: 24px; - padding-left: 44px; - color: #eee; - border-bottom: 1px solid #333; - background: url(../../../../misc/icons/bebebe/plus.svg) transparent 16px no-repeat; - font-size: 16px; -} - #drupal-off-canvas .inline-block-create-button, #drupal-off-canvas .inline-block-list__item { margin: 0 -20px; -- GitLab