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

Commit

Permalink
fb91a66 Merge pull request #264 from krupa310/master
Browse files Browse the repository at this point in the history
  • Loading branch information
krupa310 committed Jul 27, 2017
1 parent 74621bb commit 23caa39
Show file tree
Hide file tree
Showing 20 changed files with 65 additions and 72 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ import { Md2Module } from 'md2';
@NgModule({
imports: [
...,
Md2Module.forRoot(),
Md2Module,
],
...
})
Expand Down
2 changes: 1 addition & 1 deletion accordion/accordion.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion accordion/accordion.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion accordion/accordion.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions accordion/accordion.scss
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,10 @@ md2-accordion-tab {
.md2-accordion-tab-body {
position: relative;
overflow: hidden;

md2-accordion-tab.md2-accordion-tab-active & {
overflow: visible;
}
}

.md2-accordion-tab-content {
Expand Down
6 changes: 2 additions & 4 deletions accordion/accordiontab.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 23caa39

Please sign in to comment.