You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 14, 2022. It is now read-only.
There's a classname change coming in the core Button component.
In previous versions, the icon buttons used to rely internally on the components-icon-button. Now that the Button and IconButton components are merged into a single component, this class name has been removed and is replaced with .components-button.has-icon.
Note that it is recommended that you don’t rely on any internal className used by the different components. if you want to target a specific component, prefer providing your own className prop and use it instead.
There's a classname change coming in the core Button component.
Source: https://make.wordpress.org/core/2020/02/13/an-updated-button-component-in-wordpress-5-4/
We use this class in the Layouts button we add to the toolbar, and if we're relying on core CSS to style it, we'll need to update.
atomic-blocks/src/blocks/block-layout/index.js
Line 59 in d5054cf
The text was updated successfully, but these errors were encountered: