Skip to content

Commit

Permalink
chore: remove unused background rules in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Ruf committed Nov 20, 2018
1 parent dfe9ae2 commit 7acd41d
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions docs/assets/scss/_accordion-content.scss
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
}

.accordion-title {
background-color: #f5f5f5;
color: darken($dark-gray,10%);
font-size: 1.25rem;
line-height: 1.5;
Expand All @@ -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 {
Expand Down Expand Up @@ -112,4 +109,4 @@

.responsive-embed {
margin-bottom: 0;
}
}

0 comments on commit 7acd41d

Please sign in to comment.