Skip to content
Snippets Groups Projects
Commit 25f496b0 authored by Timothee P's avatar Timothee P :sunflower:
Browse files

adapt html for test

parent 353a3909
No related branches found
No related tags found
No related merge requests found
...@@ -66,13 +66,13 @@ ...@@ -66,13 +66,13 @@
> >
Champ de personnalisation de la symbologie: Champ de personnalisation de la symbologie:
</label> </label>
<span id="custom_types-dropdown"> <div id="custom_types-dropdown">
<Dropdown <Dropdown
:options="customizableFields" :options="customizableFields"
:selected="selectedCustomfield" :selected="selectedCustomfield"
:selection.sync="selectedCustomfield" :selection.sync="selectedCustomfield"
/> />
</span> </div>
</div> </div>
<div <div
v-if="selectedCustomfield" v-if="selectedCustomfield"
...@@ -83,6 +83,7 @@ ...@@ -83,6 +83,7 @@
:key="option" :key="option"
> >
<SymbologySelector <SymbologySelector
:id="option"
:title="option" :title="option"
:init-color="feature_type.colors_style.value ? :init-color="feature_type.colors_style.value ?
feature_type.colors_style.value.colors[option] ? feature_type.colors_style.value.colors[option] ?
...@@ -363,7 +364,6 @@ h1 { ...@@ -363,7 +364,6 @@ h1 {
form { form {
text-align: left; text-align: left;
#customfield-select-label { #customfield-select-label {
//cursor: pointer;
font-weight: 600; font-weight: 600;
font-size: 1.1em; font-size: 1.1em;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment