.gform-admin {

	/* @todo: set color for hover and focus states */
	.gform-copy-button.gform-copy-button--flexible {
		background: transparent;
		block-size: auto;
		border: none;
		inline-size: auto;
		padding: 0;

		&:hover,
		&:active,
		&:focus,
		&:disabled {
			background: transparent;
			border: none;
			box-shadow: none;
			outline: none;
		}

		&:disabled {
			opacity: 0.5;
		}
	}
}
