save checkboxes state in store

This commit is contained in:
2021-05-03 21:02:15 +02:00
parent a1bb9ea352
commit d393e74896
6 changed files with 92 additions and 23 deletions

View File

@@ -96,11 +96,20 @@ div.vue-component {
//// AddPersons modal
div.results {
padding: 0 1.3em;
div.list-item {
line-height: 26pt;
padding: 0.3em 0.8em;
display: flex;
flex-direction: row;
&.checked {
background-color: #ececec;
border-bottom: 1px dotted #d9d9d9;
}
div.container {
& > input {
margin-right: 0.8em;
}
}
div.right_actions {
margin: 0 0 0 auto;
& > * {
@@ -110,14 +119,12 @@ div.results {
border: 1px solid lightgrey;
font-size: 70%;
padding: 4px;
}
span {
}
}
}
}
a.discret {
.discret {
color: grey;
margin-right: 1em;
}