Important: Record icons follow the backend colour scheme
Description
The record icons of this extension were registered with the core provider
\TYPO3\, which renders
the default markup - the markup a
typeicon_ entry reaches - as an
<img>
tag. An image is opaque to CSS, so the icon kept the ink of its
file whatever the backend colour scheme said, and a dark drawing stayed dark on
the dark cards of the record list.
They are now registered with
\FGTCLB\,
which inlines the file in both markups, and the files themselves are drawn in
current with no colour of their own.
That covers the record icons of all nine tables this extension ships, from
tx_ to
tx_.
Impact
The nine record icons take the text colour of the backend, so they stay legible
in a dark colour scheme. Their markup is now the inlined
<svg>
rather
than an
<img>
, which matters to any CSS or test that addressed the
image.
The plugin icon
persons_ is a brand mark and keeps the core
provider. The six control icons of the public profile were already registered
with the current provider and are unchanged.
Affected Installations
Every installation of this extension.