From 371fc324a4de947562f7077a71243a3aa0bef677 Mon Sep 17 00:00:00 2001
From: Dorian Merz <merz@ub.uni-leipzig.de>
Date: Wed, 19 Jun 2019 14:00:54 +0200
Subject: [PATCH] refs #15338 [fid_bbi] remove table striping

* sets color of table stripes to initial
---
 themes/fid_bbi/scss/compiled.scss | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/themes/fid_bbi/scss/compiled.scss b/themes/fid_bbi/scss/compiled.scss
index 36524f847b8..01780e50b0f 100644
--- a/themes/fid_bbi/scss/compiled.scss
+++ b/themes/fid_bbi/scss/compiled.scss
@@ -16,6 +16,10 @@ body {
   table-layout: auto;
 }
 
+.table-striped > tbody > tr:nth-of-type(2n+1) {
+  background-color: initial;
+}
+
 // Helper Classes
 .flex-column {
   display: flex;
-- 
GitLab