- Issue created by @jedihe
- ๐จ๐ดColombia jedihe
I applied a quick fix by adding this CSS rule to a custom library in my site:
.gin--dark-mode .paragraphs-tabs-wrapper .field-multiple-table .draggable { background: transparent !important; }
- ๐ฎ๐ณIndia swatidhurandhar
swatidhurandhar โ made their first commit to this issueโs fork.
- Status changed to Needs review
over 1 year ago 9:06am 23 November 2023 - ๐ฎ๐ณIndia swatidhurandhar
I could replicate the issue in dark mode of gin theme. The toggle checkbox was not visible in paragraph reference entity added in content types, to fix this I made a slight change in color of checkbox in dark mode and created a patch for it.
Thanks - Status changed to Needs work
about 1 year ago 1:35pm 15 January 2024 - ๐ฎ๐ณIndia djsagar
I applied patch #5, getting error while applying patch.
But when i changed in code, which is suggested by #3.
.gin--dark-mode .paragraphs-tabs-wrapper .field-multiple-table .draggable { background: transparent !important; }
@swatidhurandhar please check path directory of the theme.
So I suggest to create MR to avoid the conflict and its recommended.
- ๐จ๐ดColombia jedihe
Good catch @djsagar!
The problem with #5 is it was created from a git repo managing the entire Drupal site. I'm attaching a corrected patch, created from a checkout of the gin repo.
- Status changed to Needs review
about 1 year ago 2:58pm 15 January 2024 - Status changed to RTBC
about 1 year ago 5:10am 16 January 2024 - ๐ฎ๐ณIndia djsagar
@jedihe Issue resolved after applied patch #8.
Before patch
After patch
RTBC ++
- ๐ณ๐ฟNew Zealand atowl
Is this still an issue? I applied your patch and didn't see any changes.
It may have already been fixed via https://git.drupalcode.org/project/gin/-/commit/e7f72df9c693dbcdbadeabdb... - Status changed to Closed: outdated
about 1 year ago 8:36am 5 April 2024