More small tweaks to improve the mapper screen.

This commit is contained in:
mateuswetah 2021-10-18 17:17:29 -03:00
parent 2050339db4
commit 320dba2b32
3 changed files with 6 additions and 4 deletions

View File

@ -4,9 +4,10 @@
:can-cancel="false"
:active.sync="isLoadingMetadatumMappers"/>
<b-field>
<p style="line-height: 2.5em;">{{ $i18n.get('info_metadata_mapper_helper') }}</p>
<p style="line-height: 2em;">{{ $i18n.get('info_metadata_mapper_helper') }}</p>
<b-select
id="mappers-options-dropdown"
size="is-small"
:placeholder="$i18n.get('instruction_select_a_mapper')"
:value="mapper"
@input="onSelectMetadataMapper($event)">

View File

@ -32,7 +32,8 @@
&[disabled=disabled] {
background: var(--tainacan-gray1) !important;
}
&:hover {
&:hover,
&:focus {
color: var(--tainacan-input-color) !important;
}

View File

@ -346,8 +346,8 @@ return apply_filters( 'tainacan-i18n', [
'label_from_source_collection' => __( 'From source file', 'tainacan' ),
/* translators: Header of the column where the existing collection metadata are in the Mapping Metadata Importer screen */
'label_to_target_collection' => __( 'To target collection', 'tainacan' ),
'label_from_source_mapper' => __( 'From the collection metadata', 'tainacan' ),
'label_to_target_mapper' => __( 'To the mapped value', 'tainacan' ),
'label_from_source_mapper' => __( 'This collection metadata', 'tainacan' ),
'label_to_target_mapper' => __( 'Will be mapped as this metadata', 'tainacan' ),
'label_add_value' => __( 'Add value', 'tainacan' ),
'label_remove_value' => __( 'Remove value', 'tainacan' ),
'label_create_new_page' => __( 'Create new page', 'tainacan' ),