Problem/Motivation
Tables use background-color for the base color, then box-shadow to achieve the accent/stripe.
This interferes with row icons with use background-image, but appear under the box-shadow, rendering them effectively hidden.
Steps to reproduce
View hidden severity icons at /admin/reports/dblog.

Proposed resolution
Neither background-image nor box-shadow support anything akin to z-index.
So some suggestions would be to either to change from box-shadow to background-color, which should(?) work in conjunction with background-image.
Or to move background-image from td to td:before so it can be controlled separately and therefore shown on top.
Remaining tasks
Decide how to fix.
User interface changes
Table row icons are missing.
API changes
None.
Data model changes
None.
| Comment | File | Size | Author |
|---|---|---|---|
| #11 | bs5issue.png | 330.85 KB | jannakha |
| #3 | db-log-before.png | 117.13 KB | jannakha |
Issue fork bootstrap5-3317592
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
jannakha commentedstill an issue v4 (Bootstrap 5.3.7)
Comment #4
sourabhsisodia_ commentedComment #5
sourabhsisodia_ commentedComment #6
abyss commentedComment #10
abyss commented@jannakha, I fixed the issue with the icons in the table.
Currently, everything is displayed correctly without any changes to the icon display process.
Comment #11
jannakha commentedfix applied, tested, issue is fixed!
thank you @abyss for your work!
screenshot of fix attached
Comment #12
vladimirausThank you! Committed.