@use '@talend/bootstrap-theme/src/theme/guidelines' as *;

input[type='file'] {
	&.action-file-input:focus + label {
		@include tab-focus;
	}
}

.btn-file-disabled {
	cursor: not-allowed;
}
