Skip to content
This repository has been archived by the owner on Nov 10, 2020. It is now read-only.

Commit

Permalink
houndy hound hound hound
Browse files Browse the repository at this point in the history
  • Loading branch information
gemfarmer committed May 25, 2016
1 parent a84e83b commit f026807
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 9 deletions.
2 changes: 1 addition & 1 deletion _sass/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ $dark-gray: #4a4a4a;
$light-black: #303030;

// State pages
$green-land: #D5E5CB;
$green-land: #d5e5cb;

// v2 - deprecate
$putty: #f4f4f4;
Expand Down
4 changes: 2 additions & 2 deletions _sass/blocks/jekyll-layouts/_state-pages.scss
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
.layout-state-pages {

section + section {
padding-top: $base-padding-extra;
margin-top: $base-padding-extra;
border-top: 1px solid $neutral-gray;
margin-top: $base-padding-extra;
padding-top: $base-padding-extra;
}

hr {
Expand Down
4 changes: 2 additions & 2 deletions _sass/components/_panel.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.panel-gray {
background-color: $light-gray-dark;
padding: $base-padding;
background-color: $light-gray-dark;
padding: $base-padding;
}
2 changes: 0 additions & 2 deletions js/components/open-list-nav.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@
},

addActive: function(el, name){
console.log('addActive', el, name)
if (!el){
el = document.querySelector('[data-nav-item="' + name + '"]');
this.active = name;
Expand Down Expand Up @@ -110,7 +109,6 @@
Array.prototype.forEach.call(this.navHeaders, function(header){
var inViewPort = isElementInViewport(header);
if (inViewPort && !self.navIsSelect && !updated) {
console.log('detectNavChange')
var newName = header.name || header.id;
self.update(null, newName);
updated = true;
Expand Down
2 changes: 0 additions & 2 deletions js/lib/narrative.min.js
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,6 @@
},

addActive: function(el, name){
console.log('addActive', el, name)
if (!el){
el = document.querySelector('[data-nav-item="' + name + '"]');
this.active = name;
Expand Down Expand Up @@ -407,7 +406,6 @@
Array.prototype.forEach.call(this.navHeaders, function(header){
var inViewPort = isElementInViewport(header);
if (inViewPort && !self.navIsSelect && !updated) {
console.log('detectNavChange')
var newName = header.name || header.id;
self.update(null, newName);
updated = true;
Expand Down

0 comments on commit f026807

Please sign in to comment.