remove special attributes which are needed to render modules

This commit is contained in:
2020-09-07 15:36:34 +02:00
parent 0fb1e3e546
commit db8bbfb74f
13 changed files with 44 additions and 91 deletions
@@ -1,5 +1,5 @@
<template>
<ui-header-bar class="ui-form-header" :back-button="true">
<ui-header-bar class="ui-form-header" :back-button="false">
<template v-slot:title>
<h2 class="ui-header-bar-title" :class="{'is-empty': title && !value.name}">
<input class="ui-form-header-title-input" type="text" v-model="value.name" v-localize:placeholder="title" />
@@ -112,11 +112,11 @@
font-size: var(--font-size-l);
font-weight: 700;
background: none;
border: 1px solid transparent;
border: 1px dashed var(--color-line-dashed);
&:hover, &:focus, .ui-header-bar-title.is-empty &
/*&:hover, &:focus, .ui-header-bar-title.is-empty &
{
border: 1px dashed var(--color-text-dim-one);
}
}*/
}
</style>