- Issue created by @SirClickALot
- Assigned to bbruno
- Merge request !57Issue #3439941: reduce add paragraph links size to the button for non highlight mode → (Merged) created by bbruno
- 🇵🇹Portugal bbruno Poland
Added an MR which reduces the size of the 'Add' links to only the button. This change only applies when not using the Hover Highlight Mode - for those the blue area will still be clickable.
- Issue was unassigned.
- Status changed to Needs review
8 months ago 1:14pm 10 April 2024 - Status changed to Fixed
8 months ago 1:20pm 10 April 2024 - 🇩🇪Germany a.dmitriiev
I have checked and it is now fixed. MR is merged and will be part of next release
-
a.dmitriiev →
committed 12404759 on 1.x authored by
bbruno →
Issue #3439941: reduce add paragraph links size to the button for non...
-
a.dmitriiev →
committed 12404759 on 1.x authored by
bbruno →
- 🇬🇧United Kingdom SirClickALot Somerset
I am using 1.63 which, according to the release notes, says that this is fixed.
In my case, the effective bounds of the +Add anchor are now what they should be BUT, I am seeing no + sign at all.
Looking into the underlying markup, I do not see a any reference now to the
plus_circle.svg
image.I may not have been clear enough in my original post is that what I hoping for was an easy way for site-builders to either: 1) override that SVG with an upload or 2) the ability to re-colour the SVG using our theme but not for it to disappear altogether.
I hope that make sense.
- 🇩🇪Germany a.dmitriiev
Actually, svg file is now in the HTML markup, and not added via CSS. See the screenshot:
- 🇬🇧United Kingdom SirClickALot Somerset
Aha!
Yes, a great solution, a huge improvement.
It turns out that in our site, we have forced every
.region-content
anchor to bedisplay: inline-block;
and while that might not the best idea, it maybe points to the something that you should set explicitly in the module?We have adjusted things in our theme and the plus signs now appear but they do seem to have a rather odd (blurring) shadow to them as can be seen here...
I cannot see this shadow applied to any of: the surrounding
div.add-paragraphs
, thea.frontend-editing-open-sidebar.frontend-editing__action.frontend-editing__action--before
anchor itself, or 'inside' thesvg
? Automatically closed - issue fixed for 2 weeks with no activity.