Skip to content

Commit

Permalink
Merge pull request #1462 from nextcloud/enhancement/add-clone-option
Browse files Browse the repository at this point in the history
Add ability to clone contact
  • Loading branch information
skjnldsv authored Apr 1, 2020
2 parents 203785f + 02de7d7 commit b47082b
Show file tree
Hide file tree
Showing 22 changed files with 384 additions and 116 deletions.
17 changes: 17 additions & 0 deletions css/ContactDetails.scss
Original file line number Diff line number Diff line change
Expand Up @@ -138,3 +138,20 @@
}
}
}

#pick-addressbook-modal {
.modal-container {
display: flex;
overflow: visible;
flex-wrap: wrap;
justify-content: space-evenly;
margin-bottom: 20px;
padding: 10px;
background-color: #fff;
.multiselect {
flex: 1 1 100%;
width: 100%;
margin-bottom: 20px;
}
}
}
2 changes: 2 additions & 0 deletions css/icons.scss
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
@include icon-black-white('up', 'contacts', 1);
@include icon-black-white('no-calendar', 'contacts', 1);
@include icon-black-white('language', 'contacts', 2);
@include icon-black-white('clone', 'contacts', 2);

.icon-up-force-white {
// using #fffffe to trick the accessibility dark theme icon invert
Expand All @@ -54,3 +55,4 @@
// using #fffffe to trick the accessibility dark theme icon invert
@include icon-color('picture', 'places', '#fffffe', 1, true);
}

1 change: 1 addition & 0 deletions img/clone.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit b47082b

Please sign in to comment.