NO BUG: Popup + Logo element adds border

It’s been a long day and maybe it’s just too late already.

But here’s the problem I have right now:

I have created a popup and in it the logo element.
In the live version there is a border around the logo in my action color.

But only when the window is active/in focus. As soon as I click into another window, the border disappears. With the inspection tool I can’t find the border.

Where does it come from and how can I turn it off?

root:focus {
border: none;
}

does not work.

i’ve seen this before through support, i believe the red focus styles are something being added by automatic css plugin.

1 Like

Hi,
Thanks so much for your report!

Can you provide us with a live link, so we can inspect the code to see where exactly the style is coming from?

Best regards,
timmse

Problem solved. Asked in ACSS Group. It was because the order and of left and right blocks.
The solution is: Change the position of both blocks and sort it by “order: -1”.