- First commit to issue fork.
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.
View hidden severity icons at /admin/reports/dblog
.
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.
Decide how to fix.
Table row icons are missing.
None.
None.
Active
2.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.