@use '@talend/design-tokens/lib/tokens' as tokens;

.button {
	text-decoration: none;

	&:hover,
	&:focus {
		text-decoration: none;
	}

	// External icon offset override in flex context
	[data-test='link.icon.external'] {
		top: 0;
	}
}
