Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/contacts.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2020-01-19 15:21:57 +0300
committerJan-Christoph Borchardt <hey@jancborchardt.net>2020-01-23 05:38:11 +0300
commitee31758de73c9ed58a8494636b2d13585348d981 (patch)
tree65914ec6034b5e65ed8343dcc9722fbdfdab2ff0 /css
parent32a7d9d775342a45c4c833aad1561a762b26e701 (diff)
Remove delete action from list, fix #1368
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
Diffstat (limited to 'css')
-rw-r--r--css/ContactsListItem.scss32
1 files changed, 0 insertions, 32 deletions
diff --git a/css/ContactsListItem.scss b/css/ContactsListItem.scss
index 87e1cb06..e7c763e6 100644
--- a/css/ContactsListItem.scss
+++ b/css/ContactsListItem.scss
@@ -19,38 +19,6 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
*/
-// ensure transition for delete and non-deleted transition state
-.app-content-list-item {
- transition: left 200ms;
-}
-
-.app-content-list-item.deleted {
- z-index: 2;
- // make sure we hide the undeleted element by sliding over it
- // and force the background even on hover
- background-color: var(--color-main-background) !important;
-
- .app-content-list-item-icon__avatar {
- filter: brightness(.8) grayscale(1);
- }
- .app-content-list-item-line-one {
- text-decoration: line-through;
- }
-
- // vuejs animation
- &.delete-slide-left-enter-active,
- &.delete-slide-left-leave-active {
- position: absolute;
- top: 0;
- left: 0;
- width: 100%;
- }
-
- &.delete-slide-left-enter,
- &.delete-slide-left-leave-to {
- left: 100%;
- }
-}
.app-content-list-item-icon {
overflow: hidden;