File "style.scss"

Full Path: /home/vantageo/public_html/cache/cache/cache/cache/cache/.wp-cli/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/editor-components/text-toolbar-button/style.scss
File size: 272 bytes
MIME-type: text/plain
Charset: utf-8

.wc-block-text-toolbar-button {
	align-items: center;

	&.is-toggled,
	&.is-toggled:focus {
		background: $gray-700;
		color: $white;
	}
}
.block-editor-block-toolbar__slot {
	// prevents text toolbar items shrinking to avoid other buttons overlapping.
	flex-shrink: 0;
}