Background CSS error
-
Hello i think i’ve found a bug.
When choosing background overlay color i got this for html
<a style="--color-bkg-hover:#f3cb13;" class="wp-block-tiptip-hyperlink-group-block">
and css code is like that
.wp-block-tiptip-hyperlink-group-block?{
background-color: var(–color-bkg, none);
color: var(–color-text, none);
cursor: pointer;
display: block;
}For me it should be : style=”background-color:#f3cb13;”
or in css it should be
background-color: var(–color-bkg-hover, none);
Thank you very much for your reply
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- You must be logged in to reply to this topic.