/**
 * Button
 */

.components-button {
	&.is-destructive {
		&:hover:not(:disabled) {
			box-shadow: none;
		}
	}
}
