From: Daniel Ruf Date: Fri, 11 Jan 2019 23:34:01 +0000 (+0100) Subject: Use pull request #11596 from DanielRuf/fix/docs-remove-unused-background-rules for... X-Git-Tag: v6.5.2^2~12 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=feb4b3be3ab3f72cb7c62cde3ae9286a0274665b;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Use pull request #11596 from DanielRuf/fix/docs-remove-unused-background-rules for v6.5.0 7acd41d07 chore: remove unused background rules in docs Signed-off-by: Nicolas Coden --- 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 +}