]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
chore: remove unused background rules in docs 11596/head
authorDaniel Ruf <daniel.ruf@ueberbit.de>
Mon, 19 Nov 2018 08:04:31 +0000 (09:04 +0100)
committerDaniel Ruf <daniel.ruf@ueberbit.de>
Tue, 20 Nov 2018 07:20:21 +0000 (08:20 +0100)
docs/assets/scss/_accordion-content.scss

index 4750bf973d52ef28f1550ee433858fb737733f20..1e72808f3070ea36e5886afc171e9e0fa0a30a6f 100644 (file)
@@ -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 {
 
 .responsive-embed {
   margin-bottom: 0;
-}
\ No newline at end of file
+}