From 7acd41d07f3d17a2aaf14dd8f157e0b0a2fc6499 Mon Sep 17 00:00:00 2001 From: Daniel Ruf Date: Mon, 19 Nov 2018 09:04:31 +0100 Subject: [PATCH] chore: remove unused background rules in docs --- docs/assets/scss/_accordion-content.scss | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/docs/assets/scss/_accordion-content.scss b/docs/assets/scss/_accordion-content.scss index 4750bf973..1e72808f3 100644 --- a/docs/assets/scss/_accordion-content.scss +++ b/docs/assets/scss/_accordion-content.scss @@ -29,7 +29,6 @@ } .accordion-title { - background-color: #f5f5f5; color: darken($dark-gray,10%); font-size: 1.25rem; line-height: 1.5; @@ -43,9 +42,7 @@ .accordion-title:hover { padding-left: 1rem; color: $black; -// background: lighten($light-gray,7%); transition: all 0.3s ease; -// transition: background 0.3s ease; } .accordion-title::before { @@ -112,4 +109,4 @@ .responsive-embed { margin-bottom: 0; -} \ No newline at end of file +} -- 2.47.2