Opened 3 years ago
Closed 2 years ago
#55006 closed defect (bug) (fixed)
Twenty Fifteen: Button border issue
Reported by: | umesh84 | Owned by: | audrasjb |
---|---|---|---|
Milestone: | 6.1 | Priority: | normal |
Severity: | normal | Version: | 5.9 |
Component: | Bundled Theme | Keywords: | has-patch has-screenshots commit |
Focuses: | ui, css | Cc: |
Description
Twenty Fifteen Themes Gutenberg editor button border bottom is not working.
Attachments (6)
Change History (13)
#3
@
3 years ago
- Component changed from General to Bundled Theme
- Summary changed from Twenty Fifteen Themes button border issue to Twenty Fifteen: Button border issue
#4
@
2 years ago
- Milestone changed from Awaiting Review to 6.1
This is related to the :where()
selector, which also affected Twenty Twenty (#55824).
Additional change in editor-blocks.css:
As a follow-up to r44381, 55006.1.patch also corrects .is-style-outline .wp-block-button__link:not(.has-text-color)
, to match blocks.css.
#5
@
2 years ago
I removed the extra edit. I had noticed a problem with Gutenberg activated, but the plugin may have fixed that already with inline styles. (And if it's not fixed, we can revisit that later for other themes, too.)
Note: See
TracTickets for help on using
tickets.
added patch