/**
 * Element styles for the editor
 */
.wp-element-button {
	cursor: revert;

	&[role="textbox"] {
		cursor: text;
	}
}
