From 21893f00b8e34655f9116b77050e320dc3bc91e1 Mon Sep 17 00:00:00 2001 From: Maximilian Krambach Date: Wed, 6 Mar 2019 12:18:07 +0100 Subject: [PATCH] disable some unnecessary ripples in motion detail view --- .../motion-detail.component.html | 28 +++++++++++++------ 1 file changed, 19 insertions(+), 9 deletions(-) diff --git a/client/src/app/site/motions/components/motion-detail/motion-detail.component.html b/client/src/app/site/motions/components/motion-detail/motion-detail.component.html index 1a0dfba8e..70048efe4 100644 --- a/client/src/app/site/motions/components/motion-detail/motion-detail.component.html +++ b/client/src/app/site/motions/components/motion-detail/motion-detail.component.html @@ -231,7 +231,7 @@
- + {{ stateLabel }}
@@ -242,7 +242,7 @@
- {{ stateLabel }} + {{ stateLabel }}
@@ -268,7 +268,7 @@
- + {{ recommendationLabel || '–' }}
- {{ recommendationLabel }} + {{ recommendationLabel }}
@@ -354,11 +359,11 @@
- {{ '–' }} + {{ '–' }} - + {{ tag }} @@ -368,7 +373,7 @@
- {{ tag }} + {{ tag }}
@@ -386,10 +391,15 @@ *ngIf="perms.isAllowed('change_metadata', motion)" [matMenuTriggerFor]="blockMenu" class="grey" + disableRipple > {{ motion.motion_block || '–' }} - + {{ motion.motion_block }}