updates on array element deleting

This commit is contained in:
Henrique Dias
2015-09-20 13:28:47 +01:00
parent 963708855c
commit a5254560f5
5 changed files with 25 additions and 7 deletions

View File

@@ -111,6 +111,17 @@ button.delete {
label:hover > .actions,
h1:hover > .actions,
h3:hover > .actions {
h3:hover > .actions,
div[data-type="array-item"]:hover .actions {
opacity: .7;
}
input[data-parent-type="array"] + .actions {
position: absolute;
top : 1em;
right : .5em;
}
div[data-type="array-item"] {
position: relative;
}