Problem/Motivation
- The Rigel theme is showing a white background on table rows. The reason is that after Bootstrap5 version 3.0.7, a white table row background was introduced.
Proposed resolution
- We need to remove this color definition so the table matches our theme.
Issue fork rigel-3380585
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
baldwinlouie commented@yas, please review this patch. This fixes the issue with white table rows.
Comment #4
yasComment #5
yas@baldwinlouie
Thank you for supplying the patch. I tested it and it fixed the issue. I'll merge the patch to
6.x, and close this issue as Fixed.Comment #7
yas