Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
SpeechRearrange
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
Lars Schweikart
SpeechRearrange
Commits
2dcd9b11
Commit
2dcd9b11
authored
Jul 31, 2019
by
Lars Schweikart
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
added outlines to custom and delete
parent
4acd40f4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
4 deletions
+11
-4
Editor.vue
src/components/Editor.vue
+11
-4
No files found.
src/components/Editor.vue
View file @
2dcd9b11
...
...
@@ -64,7 +64,7 @@
/>
</v-list>
<VueDraggable
class=
"row wrap justify-space-around dragArea list-group"
class=
"
outline
row wrap justify-space-around dragArea list-group"
:list=
"custom.phonemes"
group=
"phonemes"
@
change=
"customChanged"
...
...
@@ -79,12 +79,12 @@
</VueDraggable>
</v-flex>
<v-flex
xs12
>
<v-icon>
delete
</v-icon>
<VueDraggable
class=
"outline delete"
:list=
"trash"
group=
"phonemes"
@
change=
"customChanged"
></VueDraggable>
><
v-icon>
delete
</v-icon><
/VueDraggable>
</v-flex>
</v-layout>
</v-flex>
...
...
@@ -166,5 +166,12 @@ export default {
},
};
</
script
>
<
style
scoped
>
<
style
lang=
"scss"
scoped
>
.outline
{
min-height
:
1
.6rem
;
border
:
1px
dashed
#4a5c66
;
&
.delete
{
border-color
:
#b80040
;
}
}
</
style
>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment