Skip to content

Commit

Permalink
Fixed that the button type collapsible section icon did not animate s…
Browse files Browse the repository at this point in the history
…ince the couple of earlier commits.
  • Loading branch information
michaeluno committed Oct 8, 2016
1 parent 0a86156 commit 149c99e
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -160,13 +160,13 @@ private function _getCollapsibleSectionsRules() {
.admin-page-framework-collapsible-button-collapse {
display: inline;
}
.collapsed > * > .admin-page-framework-collapsible-button-collapse {
.collapsed .admin-page-framework-collapsible-button-collapse {
display: none;
}
.admin-page-framework-collapsible-button-expand {
display: none;
}
.collapsed > * > .admin-page-framework-collapsible-button-expand {
.collapsed .admin-page-framework-collapsible-button-expand {
display: inline;
}
Expand Down

0 comments on commit 149c99e

Please sign in to comment.