More assets update, css adjustments and label correction for autocomplete placeholder.

This commit is contained in:
Mateus Machado Luna 2018-11-20 12:12:17 -02:00
parent d899dd7a85
commit 472258c4b3
5 changed files with 2 additions and 2 deletions

View File

@ -260,7 +260,6 @@ export default {
background-color: $gray1;
color: $turquoise4;
display: flex;
align-items: center;
button,
button:hover,
@ -270,6 +269,7 @@ export default {
color: $turquoise4;
background-color: transparent !important;
border: none;
height: 42px !important;
.icon {
margin-top: -2px;
font-size: 24px;

View File

@ -12,7 +12,7 @@
field="label"
attached
@typing="search"
:placeholder="(type == 'Tainacan\\Metadata_Types\\Relationship') ? $i18n.get('info_type_to_add_items') : $i18n.get('info_type_to_add_metadata')">
:placeholder="(type == 'Tainacan\\Metadata_Types\\Relationship') ? $i18n.get('info_type_to_search_items') : $i18n.get('info_type_to_add_metadata')">
<template slot-scope="props">
<div class="media">
<div

Binary file not shown.

Before

Width:  |  Height:  |  Size: 295 KiB

After

Width:  |  Height:  |  Size: 580 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 42 KiB

After

Width:  |  Height:  |  Size: 41 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 134 KiB

After

Width:  |  Height:  |  Size: 124 KiB