Add support for Gin theme & paragraphs contrib module

Created on 29 November 2024, 20 days ago

Problem/Motivation

The remove button is positioned over the magnifying glass pictogram.

Steps to reproduce

1. install Gin Theme and set as admin Theme
2. Install paragraphs and create a paragraph type : multiple entity reference (widget autocomplete)
3. Set the paragraph type in a content as a field
4. Install Multiple Fields Remove Button

Proposed resolution

Based on the proposal given in the issue #3372779 Add support for Gin theme Closed: works as designed : Add some theming that should be added if Gin is the active theme & the autocomplete field goes through a paragraph type.

CSS example:

/* multiple-fields-remove-button.widget.css */
.field--widget-paragraphs .has-multiple-fields-remove-button .multiple-fields-remove-button {
    right: 40px;
}
/* gin.css */
.field--widget-paragraphs .has-multiple-fields-remove-button .form-autocomplete {
  padding-inline-end: 60px;
}
🐛 Bug report
Status

Active

Version

2.2

Component

User interface

Created by

🇫🇷France vanessa.fayard

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.71.5 2024