From e06f74d740d5fb3967697f325710da48f5325c18 Mon Sep 17 00:00:00 2001 From: Evonne Date: Fri, 6 Sep 2019 14:49:36 +1200 Subject: [PATCH] Bug 1843238: Make List-group-item-text background transparent Fixes list-group-item-text background from white to transparent. An example of where this appears is in the "Latest changes I can view" block. The page description had a white background, which did not look good as there shouldn't have been a background. behatnotneeded Change-Id: Ib5b08d1a49b6c22458fbf8e0dfe846a00920ff22 --- htdocs/theme/raw/sass/components/_list-group.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/theme/raw/sass/components/_list-group.scss b/htdocs/theme/raw/sass/components/_list-group.scss index 7be2a3ff7c..810b48a2f5 100644 --- a/htdocs/theme/raw/sass/components/_list-group.scss +++ b/htdocs/theme/raw/sass/components/_list-group.scss @@ -258,7 +258,7 @@ .list-group-item-text { margin-top: 5px; - background-color: $white; + background-color: transparent; line-height: 1.3; } -- GitLab