Andrew Serong
Andrew Serong
I'll close this issue out now as there were no additional PRs to make it in time for 6.6 Beta 1. I've copied those issues not addressed from this tracking...
Thanks for the extra context! 👍 > it's extra important that this remains decorative, lest any increased opacity will actually reduce the legibility of the content it overlays. Excellent point....
> so it should be maybe in lib, next to global styles controller Yep, that sounds good to me. I'd lean toward `lib` if it's identical to `wordpress-develop` except for...
Thanks for breaking them out 👍 In case it helps, I've found the post editor locking up issue a bit tricky to reproduce in a reliable way. It usually takes...
I'll close this out now that the issues have been resolved in #61636, #61641, and #61643. Thanks for the quick work on this everyone!
This is feeling really nice to use so far! Another couple of questions, and possibly for @jasmussen (and once we integrate with the image block): * How might we expose...
I think the margin rule is coming from [quote/theme.scss](https://github.com/WordPress/gutenberg/blob/262d4675532ead489a37bfb7957a84f9b3bd8817/packages/block-library/src/quote/theme.scss#L3) in Gutenberg due to Lettre using [`add_theme_support( 'wp-block-styles' );`](https://github.com/Automattic/themes/blob/e7526c2236f85a8f655ce9cf92c15182fcc2eb7b/lettre/functions.php#L27C3-L27C42), which has greater specificity than the default layout rules and overrides. Is...
Thanks for the updates! Not sure if it was introduced in this PR, but I notice with the experiment switched off that the range control in Manual mode isn't aligned...
> For the issues about styles/labels, etc. can we wrap the render function with the components in use by the regular/panel layouts? Off the top of my head, I think...
Thanks for the feedback and testing @oandregal! I've pushed an update (https://github.com/Automattic/wp-calypso/pull/104291/commits/3a1248add39a9b492ae7ae7a0bff447f1155f878) that does the following: * Sets `text-decoration` to `none` when the panel button is a link but is...