fix(gh-sidebar): Don’t customize <h2> styling

This commit is contained in:
Ben Gotow 2016-11-04 10:52:20 -07:00
parent 45dc4a08be
commit 403d2096b8
2 changed files with 2 additions and 10 deletions

View file

@ -36,13 +36,4 @@
margin-left:@spacing-standard;
}
}
h2 {
font-size: 11px;
font-weight: @font-weight-semi-bold;
text-transform: uppercase;
color: @text-color-very-subtle;
border-bottom: 1px solid @border-color-divider;
margin: 2em 0 1em 0;
}
}

View file

@ -157,7 +157,8 @@ class InjectedComponent extends React.Component
else
target = ReactDOM.findDOMNode(@)
target[method].bind(target)(args...)
if target[method]
target[method].bind(target)(args...)
_setRequiredMethods: (methods) =>
methods.forEach (method) =>