Open ice-blaze opened 3 months ago
Hello @ice-blaze
I see what you mean. I noticed we use the :focue-visible selector to apply the focus styling.
.ob-master-layout *:not(input,textarea,mat-select,select):focus-visible {
box-shadow: 0 0 0 3px #8655f6;
outline: none;
}
If I change it to :focus your focus() works. Right now I don't know why we used that selector. Will talk to the team and create a ticket in our backlog.
Regards Nina
Progress tracked with ticket OUI-3274
Oblique version
11.3.2
Browser & version
No response
Node version
No response
Device and operating system
No response
Is this a regression?
I don't know
Screenshots
No response
Description
Reproduction
Expected behaviour
Context
No response
Proposed solution
No response