Skip to content

Commit

Permalink
Merge pull request #338 from UCLALibrary/337-fix-facet-styling
Browse files Browse the repository at this point in the history
Remove the background for the facet-panel-collapse div
  • Loading branch information
sourcefilter authored Nov 15, 2018
2 parents a835622 + 1c0b35d commit 0c5b6fd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/assets/stylesheets/application.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,7 @@
*= require dataTables/bootstrap/3/jquery.dataTables.bootstrap
*= require_self
*/

#facet-panel-collapse {
background: inherit;
}

0 comments on commit 0c5b6fd

Please sign in to comment.