-
Notifications
You must be signed in to change notification settings - Fork 194
Closed
Description
I have found a few issues in the interface. This is with ACF 6 blocks on a default WP 6.0.2 theme.json based FSE theme.
- True/false field in the edit-post-sidebar has incorrect border when selected. The radius overlaps with the button borders.
IMHO the select field focus is properly 'signalled' to the user by its color switching. I corrected this with:
.acf-field-true-false {
.acf-true-false:focus-within {
border: 1px solid transparent;
}
}
- The same field has some issues when opening the block settings.
The above code helps with removing the border on the element. But there still is a flicker of the outside box, which looks quite wrong to the user. I haven't been able to fix it yet (will update).
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels

