Problem/Motivation
When I choose to style tables as the default styling without stripes it does not reflect in my tables.
Steps to reproduce
In the bootstrap barrio -> Bootstrap settings settings
Under the Colors vertical tab Open the tables accordion
Choose to set the table style to Default
Create a page that shows a table
The table should display without stripes
Proposed resolution
Adjust the twig template to remove the no_striping variable if necessary.
Issue fork bootstrap_barrio-3447593
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
the_g_bomb commentedAdded an MR to fix the issue, please use this patch if testing:
https://git.drupalcode.org/project/bootstrap_barrio/-/merge_requests/81....
Comment #4
anas_maw commentedThanks for the patch, working as expted.
Comment #7
hatuhay commented