From 2d14fc2057d377b476e9a5e42a7507579724a48c Mon Sep 17 00:00:00 2001 From: Sean Engelhardt Date: Wed, 9 Oct 2019 14:59:43 +0200 Subject: [PATCH] Fix flickering in tables reduces the flickering during scroll events in list view tables Adjusts some ellipsis --- .../list-view-table.component.html | 1 - .../agenda-list/agenda-list.component.html | 16 +++++++--------- .../motion-list/motion-list.component.html | 2 +- client/src/styles.scss | 3 +-- 4 files changed, 9 insertions(+), 13 deletions(-) diff --git a/client/src/app/shared/components/list-view-table/list-view-table.component.html b/client/src/app/shared/components/list-view-table/list-view-table.component.html index cfa5ea52c..c1ed0905b 100644 --- a/client/src/app/shared/components/list-view-table/list-view-table.component.html +++ b/client/src/app/shared/components/list-view-table/list-view-table.component.html @@ -15,7 +15,6 @@ -
+
-
-
- {{ item.getListTitle() }} -
-
- {{ item.getSubtitle() }} -
-
+ + {{ item.getListTitle() }} + + + {{ item.getSubtitle() }} +
diff --git a/client/src/app/site/motions/modules/motion-list/components/motion-list/motion-list.component.html b/client/src/app/site/motions/modules/motion-list/components/motion-list/motion-list.component.html index 8d2d50520..40955841e 100644 --- a/client/src/app/site/motions/modules/motion-list/components/motion-list/motion-list.component.html +++ b/client/src/app/site/motions/modules/motion-list/components/motion-list/motion-list.component.html @@ -82,7 +82,7 @@ - + {{ motion.identifier }} · diff --git a/client/src/styles.scss b/client/src/styles.scss index b478a534c..04c2e5ec4 100644 --- a/client/src/styles.scss +++ b/client/src/styles.scss @@ -162,9 +162,8 @@ $narrow-spacing: ( } .pbl-ngrid-cell { - position: relative; - .fill { + position: relative; display: inherit; height: 100%; width: 100%;