Opened 2 years ago
Closed 2 years ago
#57115 closed defect (bug) (reported-upstream)
Twenty Twenty-Three: Search block border-color css not applying to input box on front-end
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 6.1 |
Component: | Bundled Theme | Keywords: | has-patch has-unit-tests close |
Focuses: | ui, css | Cc: |
Description
While working with the Twenty Twenty-Three theme, the Search block is behaving weirdly.
On Gutenberg editor When adding any amount of border and then applying border color it shows the color but the same border color disappears on the front end.
Attachments (3)
Change History (10)
#2
@
2 years ago
I have reproduced this issue on WP 6.1
As per my understanding this issue is happen because in frontend side into the input
has-border-color has-primary-border-color
This classes are missing, and this same classes are available into the editor side input.
So for resolving this issue we need to add same class to the frontend also.
This ticket was mentioned in PR #3636 on WordPress/wordpress-develop by @jaedm97.
2 years ago
#3
- Keywords has-patch has-unit-tests added
Trac ticket: https://core.trac.wordpress.org/ticket/57115
Backend